diff options
author | Kirill Kapranov <kirill.kirillovich.kapranov@gmail.com> | 2018-02-17 22:02:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-06 18:42:07 +0100 |
commit | cc9debf84ab359aae2becfb4bc9341f7574fe97b (patch) | |
tree | 7cc70d694875e986a41e2a6742f52d1c32f198ce /drivers/usb/misc/adutux.c | |
parent | usb: usb-skeleton: make MODULE_LICENSE and SPDX tag match (diff) | |
download | linux-cc9debf84ab359aae2becfb4bc9341f7574fe97b.tar.xz linux-cc9debf84ab359aae2becfb4bc9341f7574fe97b.zip |
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.c | 2 |
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); /* 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: |