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/dib7000p.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/dib7000p.c')
-rw-r--r-- | drivers/media/dvb/frontends/dib7000p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib7000p.c b/drivers/media/dvb/frontends/dib7000p.c index aa7dc4503323..f45bcfc51cf8 100644 --- a/drivers/media/dvb/frontends/dib7000p.c +++ b/drivers/media/dvb/frontends/dib7000p.c | |||
@@ -20,7 +20,7 @@ MODULE_PARM_DESC(debug, "turn on debugging (default: 0)"); | |||
20 | 20 | ||
21 | static int buggy_sfn_workaround; | 21 | static int buggy_sfn_workaround; |
22 | module_param(buggy_sfn_workaround, int, 0644); | 22 | module_param(buggy_sfn_workaround, int, 0644); |
23 | MODULE_PARM_DESC(debug, "Enable work-around for buggy SFNs (default: 0)"); | 23 | MODULE_PARM_DESC(buggy_sfn_workaround, "Enable work-around for buggy SFNs (default: 0)"); |
24 | 24 | ||
25 | #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000P: "); printk(args); printk("\n"); } } while (0) | 25 | #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000P: "); printk(args); printk("\n"); } } while (0) |
26 | 26 | ||