mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
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
@ -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…
Reference in New Issue
Block a user