Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303975
b: refs/heads/master
c: a7edf68
h: refs/heads/master
i:
  303973: 31dce0c
  303971: f4b02f5
  303967: db07ea6
v: v3
  • Loading branch information
Jeffrin Jose authored and Greg Kroah-Hartman committed May 17, 2012
1 parent 2af97d6 commit d9913a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32535bd5637d3152f944f124bcc82d498892ba1b
refs/heads/master: a7edf6823a76a06082ac1e60471706a380495f6c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d9913a2

Please sign in to comment.