diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2007-07-31 09:36:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:04:04 -0400 |
commit | 8d99996b0942ff566c62602d83ac2c13521bbe40 (patch) | |
tree | 36b56c238419b9c1f700bc5c5dcbe5636a2ffaa9 /drivers/media/dvb/frontends/dib3000mc.c | |
parent | 034d65ed209f8525b1989dc3e6beca92fad57a7d (diff) |
V4L/DVB (5963): Module parameter description for SFN workaround
Thanks to Matt Doran I found that there the module parameter description
was not OK.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/dib3000mc.c')
-rw-r--r-- | drivers/media/dvb/frontends/dib3000mc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib3000mc.c b/drivers/media/dvb/frontends/dib3000mc.c index f0096de2279e..edae0be063f5 100644 --- a/drivers/media/dvb/frontends/dib3000mc.c +++ b/drivers/media/dvb/frontends/dib3000mc.c | |||
@@ -24,7 +24,7 @@ MODULE_PARM_DESC(debug, "turn on debugging (default: 0)"); | |||
24 | 24 | ||
25 | static int buggy_sfn_workaround; | 25 | static int buggy_sfn_workaround; |
26 | module_param(buggy_sfn_workaround, int, 0644); | 26 | module_param(buggy_sfn_workaround, int, 0644); |
27 | MODULE_PARM_DESC(debug, "Enable work-around for buggy SFNs (default: 0)"); | 27 | MODULE_PARM_DESC(buggy_sfn_workaround, "Enable work-around for buggy SFNs (default: 0)"); |
28 | 28 | ||
29 | #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB3000MC/P:"); printk(args); printk("\n"); } } while (0) | 29 | #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB3000MC/P:"); printk(args); printk("\n"); } } while (0) |
30 | 30 | ||