diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-19 17:48:16 -0800 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-19 17:48:16 -0800 |
commit | 4a8beac6959dd90476be3a15a898110b64990fec (patch) | |
tree | 11a031f3935115ecbed2c5193a742538d84ff909 /linux/drivers/media/radio/radio-gemtek.c | |
parent | 680f1fc5e4ba752162588cfc9d5190d246e3a006 (diff) | |
download | mediapointer-dvb-s2-4a8beac6959dd90476be3a15a898110b64990fec.tar.gz mediapointer-dvb-s2-4a8beac6959dd90476be3a15a898110b64990fec.tar.bz2 |
drivers/media/radio: Add missing "space"
From: Joe Perches <joe@perches.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/radio/radio-gemtek.c')
-rw-r--r-- | linux/drivers/media/radio/radio-gemtek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/radio/radio-gemtek.c b/linux/drivers/media/radio/radio-gemtek.c index d80478197..94deecc6f 100644 --- a/linux/drivers/media/radio/radio-gemtek.c +++ b/linux/drivers/media/radio/radio-gemtek.c @@ -59,10 +59,10 @@ static int initmute = 1; static int radio_nr = -1; module_param(io, int, 0444); -MODULE_PARM_DESC(io, "Force I/O port for the GemTek Radio card if automatic" +MODULE_PARM_DESC(io, "Force I/O port for the GemTek Radio card if automatic " "probing is disabled or fails. The most common I/O ports are: 0x20c " "0x30c, 0x24c or 0x34c (0x20c, 0x248 and 0x28c have been reported to " - " work for the combined sound/radiocard)."); + "work for the combined sound/radiocard)."); module_param(probe, bool, 0444); MODULE_PARM_DESC(probe, "Enable automatic device probing. Note: only the most " |