mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 01:16:34 +07:00
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>
This commit is contained in:
parent
e4c4835171
commit
cc9debf84a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user