aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/adutux.c
diff options
context:
space:
mode:
authorKirill Kapranov <kirill.kirillovich.kapranov@gmail.com>2018-02-17 16:02:10 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-06 12:42:07 -0500
commitcc9debf84ab359aae2becfb4bc9341f7574fe97b (patch)
tree7cc70d694875e986a41e2a6742f52d1c32f198ce /drivers/usb/misc/adutux.c
parente4c4835171a537d7acb66b21c6f6a046409aa586 (diff)
USB: adutux: Delete a misleading comment
Delete a misleading comment to an obvious definition. Signed-off-by: Kirill Kapranov <kirill.kirillovich.kapranov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/adutux.c')
-rw-r--r--drivers/usb/misc/adutux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c
index 4b8712733fc7..f7a2fe42396f 100644
--- a/drivers/usb/misc/adutux.c
+++ b/drivers/usb/misc/adutux.c
@@ -54,7 +54,7 @@ MODULE_DEVICE_TABLE(usb, device_table);
54/* we can have up to this number of device plugged in at once */ 54/* we can have up to this number of device plugged in at once */
55#define MAX_DEVICES 16 55#define MAX_DEVICES 16
56 56
57#define COMMAND_TIMEOUT (2*HZ) /* 60 second timeout for a command */ 57#define COMMAND_TIMEOUT (2*HZ)
58 58
59/* 59/*
60 * The locking scheme is a vanilla 3-lock: 60 * The locking scheme is a vanilla 3-lock: