lirc_parallel: fix module parameter description.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:17 +0000 (09:32 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:17 +0000 (09:32 +1030)
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>
drivers/staging/media/lirc/lirc_parallel.c

index 792aac0a8e7b94f353afd76bb0f831dbad1fab28..02b07a6c1771e141ceb5601908c3345f9a11f9b1 100644 (file)
@@ -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)");