staging: usbip: simple indent fix
authorStefan Reif <ke42caxa@cip.cs.fau.de>
Thu, 4 Apr 2013 14:03:07 +0000 (16:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 21:22:50 +0000 (14:22 -0700)
Fix an indent.

Signed-off-by: Stefan Reif <ke42caxa@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/usbip_common.c

index 539fa57..7b97df6 100644 (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;