Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kirill Kapranov and committed by
Greg Kroah-Hartman
cc9debf8 e4c48351

+1 -1
+1 -1
drivers/usb/misc/adutux.c
··· 54 54 /* we can have up to this number of device plugged in at once */ 55 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 60 * The locking scheme is a vanilla 3-lock: