2005-03-21 13:43:57

by Magnus Damm

[permalink] [raw]
Subject: [PATCH] edgeport: MODULE_PARM_DESC

Fix "low_latency"/"debug" parameter description duplication/mixup.
Error detected with section2text.rb, see autoparam patch.

Signed-off-by: Magnus Damm <[email protected]>

--- linux-2.6.12-rc1/drivers/usb/serial/io_edgeport.c 2005-03-20 18:20:17.000000000 +0100
+++ linux-2.6.12-rc1-autoparam/drivers/usb/serial/io_edgeport.c 2005-03-21 14:01:12.000000000 +0100
@@ -3110,4 +3110,4 @@
MODULE_PARM_DESC(debug, "Debug enabled or not");

module_param(low_latency, bool, S_IRUGO | S_IWUSR);
-MODULE_PARM_DESC(debug, "Low latency enabled or not");
+MODULE_PARM_DESC(low_latency, "Low latency enabled or not");