* [PATCH] gpib: lpvo_usb: fix path of the "debug" module parameter in comment
@ 2026-06-21 7:49 Zenghui Yu
2026-06-21 22:58 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2026-06-21 7:49 UTC (permalink / raw)
To: linux-kernel; +Cc: dpenkler, gregkh, rdunlap, Zenghui Yu
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>
---
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c b/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
index e6ea9422d6f2..13a067010db7 100644
--- a/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
+++ b/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
@@ -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;
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpib: lpvo_usb: fix path of the "debug" module parameter in comment
2026-06-21 7:49 [PATCH] gpib: lpvo_usb: fix path of the "debug" module parameter in comment Zenghui Yu
@ 2026-06-21 22:58 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-06-21 22:58 UTC (permalink / raw)
To: Zenghui Yu, linux-kernel; +Cc: dpenkler, gregkh
On 6/21/26 12:49 AM, Zenghui Yu wrote:
> 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>
Thanks.
> ---
> drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c b/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
> index e6ea9422d6f2..13a067010db7 100644
> --- a/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
> +++ b/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
> @@ -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;
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-21 22:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-21 7:49 [PATCH] gpib: lpvo_usb: fix path of the "debug" module parameter in comment Zenghui Yu
2026-06-21 22:58 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox