Remove incorrect "bt878_"-prefix from parameter description. Error detected with section2text.rb, see autoparam patch.
Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> --- linux-2.6.12-rc1/drivers/media/dvb/bt8xx/bt878.c 2004-12-24 22:34:49.000000000 +0100 +++ linux-2.6.12-rc1-autoparam/drivers/media/dvb/bt8xx/bt878.c 2005-03-21 13:16:32.000000000 +0100 @@ -55,10 +55,10 @@ static unsigned int bt878_debug; module_param_named(verbose, bt878_verbose, int, 0444); -MODULE_PARM_DESC(bt878_verbose, +MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); module_param_named(debug, bt878_debug, int, 0644); -MODULE_PARM_DESC(bt878_debug, "Turn on/off debugging (default:off)."); +MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); int bt878_num; struct bt878 bt878[BT878_MAX]; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/