Commit cc9debf8 authored by Kirill Kapranov's avatar Kirill Kapranov Committed by Greg Kroah-Hartman

USB: adutux: Delete a misleading comment

Delete a misleading comment to an obvious definition.
Signed-off-by: default avatarKirill Kapranov <kirill.kirillovich.kapranov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4c48351
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment