diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-05-10 04:16:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-10 04:16:21 -0400 |
commit | 70f23fd66bc821a0e99647f70a809e277cc93c4c (patch) | |
tree | 3e768b77e63c6364ef32cf257c9449369afd215f /drivers/media/video/msp3400-driver.c | |
parent | c719864f15676af92b705589c93ba1468b89cd24 (diff) |
treewide: fix a few typos in comments
- kenrel -> kernel
- whetehr -> whether
- ttt -> tt
- sss -> ss
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/msp3400-driver.c')
-rw-r--r-- | drivers/media/video/msp3400-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c index 8126622fb4f5..de5d481b0328 100644 --- a/drivers/media/video/msp3400-driver.c +++ b/drivers/media/video/msp3400-driver.c | |||
@@ -96,7 +96,7 @@ MODULE_PARM_DESC(debug, "Enable debug messages [0-3]"); | |||
96 | MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo"); | 96 | MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo"); |
97 | MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect"); | 97 | MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect"); |
98 | MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan"); | 98 | MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan"); |
99 | MODULE_PARM_DESC(dolby, "Activates Dolby processsing"); | 99 | MODULE_PARM_DESC(dolby, "Activates Dolby processing"); |
100 | 100 | ||
101 | /* ---------------------------------------------------------------------- */ | 101 | /* ---------------------------------------------------------------------- */ |
102 | 102 | ||