Commit a1631062 authored by Jeffrin Jose's avatar Jeffrin Jose Committed by Greg Kroah-Hartman

USB: storage: fixed several trailing white spaces issues.

Fixed several trailing white spaces issues found
by checkpatch.pl tool in drivers/usb/storage/usb.c
Signed-off-by: default avatarJeffrin Jose <ahiliation@yahoo.co.in>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a7edf682
...@@ -261,7 +261,7 @@ EXPORT_SYMBOL_GPL(usb_stor_post_reset); ...@@ -261,7 +261,7 @@ EXPORT_SYMBOL_GPL(usb_stor_post_reset);
void fill_inquiry_response(struct us_data *us, unsigned char *data, void fill_inquiry_response(struct us_data *us, unsigned char *data,
unsigned int data_len) unsigned int data_len)
{ {
if (data_len<36) /* You lose. */ if (data_len < 36) /* You lose. */
return; return;
memset(data+8, ' ', 28); memset(data+8, ' ', 28);
......
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