From 6e0453ffe4c35aac40a4d75216b96320705640be Mon Sep 17 00:00:00 2001 From: Jeffrin Jose Date: Thu, 17 May 2012 00:34:28 +0530 Subject: [PATCH] --- yaml --- r: 303977 b: refs/heads/master c: db2c8624847b0b67c04c3d6271823f3fee671e26 h: refs/heads/master i: 303975: d9913a237e5ebc1c6c107c860afacc1f5c079411 v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/usb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1f522e337679..16936bfc3d17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a1631062f2f2e1b57108e810983a077d6b847092 +refs/heads/master: db2c8624847b0b67c04c3d6271823f3fee671e26 diff --git a/trunk/drivers/usb/storage/usb.c b/trunk/drivers/usb/storage/usb.c index 16d49da39459..e23c30ab66da 100644 --- a/trunk/drivers/usb/storage/usb.c +++ b/trunk/drivers/usb/storage/usb.c @@ -265,7 +265,7 @@ void fill_inquiry_response(struct us_data *us, unsigned char *data, return; memset(data+8, ' ', 28); - if(data[0]&0x20) { /* USB device currently not connected. Return + if (data[0]&0x20) { /* USB device currently not connected. Return peripheral qualifier 001b ("...however, the physical device is not currently connected to this logical unit") and leave vendor and @@ -298,7 +298,7 @@ static int usb_stor_control_thread(void * __us) struct us_data *us = (struct us_data *)__us; struct Scsi_Host *host = us_to_host(us); - for(;;) { + for (;;) { US_DEBUGP("*** thread sleeping.\n"); if (wait_for_completion_interruptible(&us->cmnd_ready)) break;