diff options
author | Ruslan Pisarev <ruslan@rpisarev.org.ua> | 2010-03-15 17:00:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:35:46 -0700 |
commit | 1bd3302c383e8179423d15a53891c49663a06e23 (patch) | |
tree | 20dbf8afcff52deb4451b1fca700dbc487e7cd33 /drivers/staging/usbip | |
parent | 41f8b96e3d1a25e328ae77727fefa4e3c780f8a4 (diff) | |
download | linux-1bd3302c383e8179423d15a53891c49663a06e23.tar.bz2 |
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')
-rw-r--r-- | drivers/staging/usbip/usbip_common.h | 2 |
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)); |