summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2005-03-23 01:57:42 +0000
committerJohannes Stezenbach <devnull@localhost>2005-03-23 01:57:42 +0000
commit65ecffd423a60642e61805d43ceda6686b31afd4 (patch)
tree07202c1dfd29f9e44232f337bc77101950a7ece6 /linux/drivers/media
parentc805057fcb40fea16229243cc1eccb95a39c1dc6 (diff)
downloadmediapointer-dvb-s2-65ecffd423a60642e61805d43ceda6686b31afd4.tar.gz
mediapointer-dvb-s2-65ecffd423a60642e61805d43ceda6686b31afd4.tar.bz2
Remove incorrect "dvb_"-prefix from parameter description.
Error detected with section2text.rb, see autoparam patch. Signed-off-by: Magnus Damm <damm@opensource.se>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index 59a9adfae..3f94afb02 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -48,7 +48,7 @@ static int dvb_override_tune_delay;
static int dvb_powerdown_on_sleep = 1;
module_param_named(frontend_debug, dvb_frontend_debug, int, 0644);
-MODULE_PARM_DESC(dvb_frontend_debug, "Turn on/off frontend core debugging (default:off).");
+MODULE_PARM_DESC(frontend_debug, "Turn on/off frontend core debugging (default:off).");
module_param(dvb_shutdown_timeout, int, 0444);
MODULE_PARM_DESC(dvb_shutdown_timeout, "wait <shutdown_timeout> seconds after close() before suspending hardware");
module_param(dvb_force_auto_inversion, int, 0444);