mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 17:53:56 +08: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