mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:16:47 +07:00
lirc_parallel: fix module parameter description.
Cut and paste bug. Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: devel@driverdev.osuosl.org Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
69116f279a
commit
f17dda94d4
@ -752,4 +752,4 @@ module_param(debug, bool, S_IRUGO | S_IWUSR);
|
||||
MODULE_PARM_DESC(debug, "Enable debugging messages");
|
||||
|
||||
module_param(check_pselecd, bool, S_IRUGO | S_IWUSR);
|
||||
MODULE_PARM_DESC(debug, "Check for printer (default: 0)");
|
||||
MODULE_PARM_DESC(check_pselecd, "Check for printer (default: 0)");
|
||||
|
Loading…
Reference in New Issue
Block a user