Commit a7b47b9b authored by Agustin March's avatar Agustin March Committed by Greg Kroah-Hartman

staging: usbip: resolved a space in a comment

Removed a space in a comments lines at #459
Signed-off-by: default avatarAgustin March <agustin.march@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3760c621
...@@ -456,7 +456,7 @@ EXPORT_SYMBOL_GPL(usbip_task_init); ...@@ -456,7 +456,7 @@ EXPORT_SYMBOL_GPL(usbip_task_init);
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
/* socket routines */ /* socket routines */
/* Send/receive messages over TCP/IP. I refer drivers/block/nbd.c */ /* Send/receive messages over TCP/IP. I refer drivers/block/nbd.c */
int usbip_xmit(int send, struct socket *sock, char *buf, int usbip_xmit(int send, struct socket *sock, char *buf,
int size, int msg_flags) int size, int msg_flags)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment