projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0051268
)
staging: usbip: fix coding style issues in the usbip driver
author
Michael Sprecher
<sprecher.m@gmail.com>
Wed, 17 Mar 2010 20:15:44 +0000
(21:15 +0100)
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 driver that fixes up some coding style
issues found by the checkpack.pl tool
Signed-off-by: Michael Sprecher <sprecher.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/vhci_tx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/usbip/vhci_tx.c
b/drivers/staging/usbip/vhci_tx.c
index b71b4c2fbd86e20bd1706ee16aeca23f1f53b59d..e1c1f716a1c2822a9bacb138af03e05fb1c64e6b 100644
(file)
--- a/
drivers/staging/usbip/vhci_tx.c
+++ b/
drivers/staging/usbip/vhci_tx.c
@@
-179,7
+179,7
@@
static int vhci_send_cmd_unlink(struct vhci_device *vdev)
memset(&msg, 0, sizeof(msg));
memset(&iov, 0, sizeof(iov));
- usbip_dbg_vhci_tx("setup cmd unlink, %lu
\n", unlink->seqnum);
+ usbip_dbg_vhci_tx("setup cmd unlink, %lu\n", unlink->seqnum);
/* 1. setup usbip_header */