aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/radio/radio-gemtek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c
index d69412f587f8..246422b49267 100644
--- a/drivers/media/radio/radio-gemtek.c
+++ b/drivers/media/radio/radio-gemtek.c
@@ -58,10 +58,10 @@ static int initmute = 1;
58static int radio_nr = -1; 58static int radio_nr = -1;
59 59
60module_param(io, int, 0444); 60module_param(io, int, 0444);
61MODULE_PARM_DESC(io, "Force I/O port for the GemTek Radio card if automatic" 61MODULE_PARM_DESC(io, "Force I/O port for the GemTek Radio card if automatic "
62 "probing is disabled or fails. The most common I/O ports are: 0x20c " 62 "probing is disabled or fails. The most common I/O ports are: 0x20c "
63 "0x30c, 0x24c or 0x34c (0x20c, 0x248 and 0x28c have been reported to " 63 "0x30c, 0x24c or 0x34c (0x20c, 0x248 and 0x28c have been reported to "
64 " work for the combined sound/radiocard)."); 64 "work for the combined sound/radiocard).");
65 65
66module_param(probe, bool, 0444); 66module_param(probe, bool, 0444);
67MODULE_PARM_DESC(probe, "Enable automatic device probing. Note: only the most " 67MODULE_PARM_DESC(probe, "Enable automatic device probing. Note: only the most "