summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.h
diff options
context:
space:
mode:
authorRuslan Pisarev2010-03-15 16:00:57 +0100
committerGreg Kroah-Hartman2010-05-11 20:35:46 +0200
commit1bd3302c383e8179423d15a53891c49663a06e23 (patch)
tree20dbf8afcff52deb4451b1fca700dbc487e7cd33 /drivers/staging/usbip/usbip_common.h
parentStaging: dream: smd: smd_qmi: fix code style issues (diff)
downloadkernel-qcow2-linux-1bd3302c383e8179423d15a53891c49663a06e23.tar.gz
kernel-qcow2-linux-1bd3302c383e8179423d15a53891c49663a06e23.tar.xz
kernel-qcow2-linux-1bd3302c383e8179423d15a53891c49663a06e23.zip
Staging: usbip: fix space before tab in usbip_common.h
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>
Diffstat (limited to 'drivers/staging/usbip/usbip_common.h')
-rw-r--r--drivers/staging/usbip/usbip_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/usbip_common.h b/drivers/staging/usbip/usbip_common.h
index 6f1dcb197d13..e1bbd1287e28 100644
--- a/drivers/staging/usbip/usbip_common.h
+++ b/drivers/staging/usbip/usbip_common.h
@@ -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));