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:
Jeffrin Jose 2012-05-17 00:33:36 +05:30 committed by Greg Kroah-Hartman
parent a7edf6823a
commit a1631062f2
1 changed files with 9 additions and 9 deletions

View File

@ -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);