mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00: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…
x
Reference in New Issue
Block a user