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>
This commit is contained in:
Stefan Reif 2013-04-04 16:03:07 +02:00 committed by Greg Kroah-Hartman
parent 234354dc18
commit ca9fb17e93
1 changed files with 1 additions and 1 deletions

View File

@ -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;