diff options
author | Stefan Reif <ke42caxa@cip.cs.fau.de> | 2013-04-04 16:03:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-05 14:22:50 -0700 |
commit | ca9fb17e9377f820ac64e897452aaca0a079d766 (patch) | |
tree | 1e5e6f9b35d3fe59c4d42b17d981fd900324e381 /drivers/staging/usbip | |
parent | 234354dc18dfe065dd6f767db68299aa077634f7 (diff) |
staging: usbip: simple indent fix
Fix an indent.
Signed-off-by: Stefan Reif <ke42caxa@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/usbip_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/usbip_common.c b/drivers/staging/usbip/usbip_common.c index 539fa5785afe..7b97df6f2a42 100644 --- a/drivers/staging/usbip/usbip_common.c +++ b/drivers/staging/usbip/usbip_common.c @@ -389,7 +389,7 @@ int usbip_recv(struct socket *sock, void *buf, int size) pr_debug("receiving....\n"); usbip_dump_buffer(bp, osize); pr_debug("received, osize %d ret %d size %d total %d\n", - osize, result, size, total); + osize, result, size, total); } return total; |