mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
gpib: lpvo_usb: fix path of the "debug" module parameter in comment
The correct path of the "debug" module parameter should be /sys/module/lpvo_usb_gpib/parameters/debug. Fix it. Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260621074926.11252-1-zenghui.yu@linux.dev Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6cc6678928
commit
a168e2cfb7
|
|
@ -68,7 +68,7 @@ MODULE_DEVICE_TABLE(usb, lpvo_table);
|
|||
* (about twice the log volume of [1])
|
||||
* To switch debug level:
|
||||
* At module loading: modprobe lpvo_usb_gpib debug={0,1,2}
|
||||
* On the fly: echo {0,1,2} > /sys/modules/lpvo_usb_gpib/parameters/debug
|
||||
* On the fly: echo {0,1,2} > /sys/module/lpvo_usb_gpib/parameters/debug
|
||||
*/
|
||||
|
||||
static int debug;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user