OSDN Git Service

Staging: usbip: fix space before tab in usbip_common.h
authorRuslan Pisarev <ruslan@rpisarev.org.ua>
Mon, 15 Mar 2010 15:00:57 +0000 (17:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:46 +0000 (11:35 -0700)
This is a patch  to the usbip_common.h fix space before tab
warning found by the checkpatch.pl tools

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/usbip_common.h

index 6f1dcb1..e1bbd12 100644 (file)
@@ -182,7 +182,7 @@ struct usbip_header_basic {
        __u32 devid;
 
 #define USBIP_DIR_OUT  0
-#define USBIP_DIR_IN   1
+#define USBIP_DIR_IN   1
        __u32 direction;
        __u32 ep;     /* endpoint number */
 } __attribute__ ((packed));