From: Kirill Kapranov <kirill.kirillovich.kapra...@gmail.com>

Delete a misleading comment to an obvious definition.

Signed-off-by: Kirill Kapranov <kirill.kirillovich.kapra...@gmail.com>
---
 drivers/usb/misc/adutux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c
index 9669377..b3160af 100644
--- a/drivers/usb/misc/adutux.c
+++ b/drivers/usb/misc/adutux.c
@@ -54,7 +54,7 @@
 /* we can have up to this number of device plugged in at once */
 #define MAX_DEVICES    16
 
-#define COMMAND_TIMEOUT        (2*HZ)  /* 60 second timeout for a command */
+#define COMMAND_TIMEOUT        (2*HZ)
 
 /*
  * The locking scheme is a vanilla 3-lock:
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to