Browse Source

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>
Stefan Reif 12 years ago
parent
commit
ca9fb17e93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/usbip/usbip_common.c

+ 1 - 1
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;