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: Jeffrin Jose <ahiliation@yahoo.co.in> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a7edf6823a
commit
a1631062f2
|
@ -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