aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorMichael Sprecher <sprecher.m@gmail.com>2010-03-17 21:15:44 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:46 -0700
commitacc4e4168f87c05be31c3259ee0cb6262473c8ea (patch)
treedda58a121dbb1c71b156841076dfc43228b62128 /drivers/staging/usbip
parentStaging: usbip: fix space before tab in vhci_hcd.c (diff)
downloadlinux-dev-acc4e4168f87c05be31c3259ee0cb6262473c8ea.tar.xz
linux-dev-acc4e4168f87c05be31c3259ee0cb6262473c8ea.zip
staging: usbip: fix coding style issues in the usbip driver
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>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/vhci_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci_tx.c b/drivers/staging/usbip/vhci_tx.c
index b71b4c2fbd86..e1c1f716a1c2 100644
--- 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 */