Commit f17dda94 authored by Rusty Russell's avatar Rusty Russell

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 69116f27
......@@ -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)");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment