USB: storage: fixed C99 comment issue.
Fixed C99 comment issue in drivers/usb/storage/usb.c found using checkpatch.pl tool. Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
32535bd563
commit
a7edf6823a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ EXPORT_SYMBOL_GPL(usb_stor_post_reset);
|
|||
void fill_inquiry_response(struct us_data *us, unsigned char *data,
|
||||
unsigned int data_len)
|
||||
{
|
||||
if (data_len<36) // You lose.
|
||||
if (data_len<36) /* You lose. */
|
||||
return;
|
||||
|
||||
memset(data+8, ' ', 28);
|
||||
|
|
Loading…
Add table
Reference in a new issue