diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 20:48:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:15 -0500 |
commit | 13d97010ed0850fd7803563a2b9d92a56bb4aa35 (patch) | |
tree | a72a8422b7bcff9014ec6f402b912ebc216db7ca /drivers/media | |
parent | ef8c1888b32132ae48553a8ce00d5858ec3e9b51 (diff) |
V4L/DVB (6616): drivers/media/radio: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/radio/radio-gemtek.c | 4 |
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; | |||
58 | static int radio_nr = -1; | 58 | static int radio_nr = -1; |
59 | 59 | ||
60 | module_param(io, int, 0444); | 60 | module_param(io, int, 0444); |
61 | MODULE_PARM_DESC(io, "Force I/O port for the GemTek Radio card if automatic" | 61 | MODULE_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 | ||
66 | module_param(probe, bool, 0444); | 66 | module_param(probe, bool, 0444); |
67 | MODULE_PARM_DESC(probe, "Enable automatic device probing. Note: only the most " | 67 | MODULE_PARM_DESC(probe, "Enable automatic device probing. Note: only the most " |