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:
Zenghui Yu 2026-06-21 15:49:26 +08:00 committed by Greg Kroah-Hartman
parent 6cc6678928
commit a168e2cfb7

View File

@ -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;