[PATCH] ttpci/budget: MODULE_PARM_DESC

From: Magnus Damm
Date: Mon Mar 21 2005 - 10:05:50 EST


Remove incorrect "budget_"-prefix from parameter description.
Error detected with section2text.rb, see autoparam patch.

Signed-off-by: Magnus Damm <damm@xxxxxxxxxxxxx>

--- linux-2.6.12-rc1/drivers/media/dvb/ttpci/budget-core.c 2005-03-20 18:20:16.000000000 +0100
+++ linux-2.6.12-rc1-autoparam/drivers/media/dvb/ttpci/budget-core.c 2005-03-21 14:28:01.000000000 +0100
@@ -41,7 +41,7 @@

int budget_debug;
module_param_named(debug, budget_debug, int, 0644);
-MODULE_PARM_DESC(budget_debug, "Turn on/off budget debugging (default:off).");
+MODULE_PARM_DESC(debug, "Turn on/off budget debugging (default:off).");

/****************************************************************************
* TT budget / WinTV Nova
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/