* [PATCH 6/15] lirc_parallel: fix module parameter description.
@ 2011-12-15 3:06 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2011-12-15 3:06 UTC (permalink / raw)
To: lkml - Kernel Mailing List; +Cc: Pawel Moll, Mauro Carvalho Chehab, devel
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/lirc/lirc_parallel.c b/drivers/staging/media/lirc/lirc_parallel.c
--- a/drivers/staging/media/lirc/lirc_parallel.c
+++ b/drivers/staging/media/lirc/lirc_parallel.c
@@ -752,4 +752,4 @@ module_param(debug, bool, S_IRUGO | S_IW
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)");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-15 3:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 3:06 [PATCH 6/15] lirc_parallel: fix module parameter description Rusty Russell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.