Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d99996b0942ff566c62602d83ac2c13521bbe40
Commit:     8d99996b0942ff566c62602d83ac2c13521bbe40
Parent:     034d65ed209f8525b1989dc3e6beca92fad57a7d
Author:     Patrick Boettcher <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 10:36:06 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:04:04 2007 -0300

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/dvb/frontends/dib3000mc.c |    2 +-
 drivers/media/dvb/frontends/dib7000p.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/dvb/frontends/dib3000mc.c 
b/drivers/media/dvb/frontends/dib3000mc.c
index f0096de..edae0be 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)");
 
 static int buggy_sfn_workaround;
 module_param(buggy_sfn_workaround, int, 0644);
-MODULE_PARM_DESC(debug, "Enable work-around for buggy SFNs (default: 0)");
+MODULE_PARM_DESC(buggy_sfn_workaround, "Enable work-around for buggy SFNs 
(default: 0)");
 
 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB3000MC/P:"); 
printk(args); printk("\n"); } } while (0)
 
diff --git a/drivers/media/dvb/frontends/dib7000p.c 
b/drivers/media/dvb/frontends/dib7000p.c
index aa7dc45..f45bcfc 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)");
 
 static int buggy_sfn_workaround;
 module_param(buggy_sfn_workaround, int, 0644);
-MODULE_PARM_DESC(debug, "Enable work-around for buggy SFNs (default: 0)");
+MODULE_PARM_DESC(buggy_sfn_workaround, "Enable work-around for buggy SFNs 
(default: 0)");
 
 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000P: "); 
printk(args); printk("\n"); } } while (0)
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to