summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/usbip_common.h
diff options
context:
space:
mode:
authorRuslan Pisarev <ruslan@rpisarev.org.ua>2010-03-15 15:00:57 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:35:46 (GMT)
commit1bd3302c383e8179423d15a53891c49663a06e23 (patch)
tree20dbf8afcff52deb4451b1fca700dbc487e7cd33 /drivers/staging/usbip/usbip_common.h
parent41f8b96e3d1a25e328ae77727fefa4e3c780f8a4 (diff)
downloadlinux-fsl-qoriq-1bd3302c383e8179423d15a53891c49663a06e23.tar.xz
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 6f1dcb1..e1bbd12 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));