Skip to content

Commit

Permalink
staging: usbip: resolved a space in a comment
Browse files Browse the repository at this point in the history
Removed a space in a comments lines at #459

Signed-off-by: Agustin March <agustin.march@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Agustin March authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent 3760c62 commit a7b47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbip/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ EXPORT_SYMBOL_GPL(usbip_task_init);
/*-------------------------------------------------------------------------*/
/* 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 size, int msg_flags)
{
Expand Down

0 comments on commit a7b47b9

Please sign in to comment.