projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f8b96
)
Staging: usbip: fix space before tab in usbip_common.h
author
Ruslan Pisarev
<ruslan@rpisarev.org.ua>
Mon, 15 Mar 2010 15:00:57 +0000
(17:00 +0200)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/usbip/usbip_common.h
b/drivers/staging/usbip/usbip_common.h
index 6f1dcb197d132d015fda135a599a95450adf8533..e1bbd1287e282e7c0946e8fbcacb05ddb0ddf95b 100644
(file)
--- 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));