diff options
author | Luis Correia <luis.f.correia@gmail.com> | 2009-07-17 15:39:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-24 15:05:26 -0400 |
commit | 4951348109c334f2b839816bd161522d089cb782 (patch) | |
tree | 048551b7d0448bac32b04ad43886fa2523c58248 /drivers/net/wireless/rt2x00/rt2x00config.c | |
parent | 30a12a8fbbd530b016277dd2ab65246b516540a8 (diff) |
rt2x00: Comment spellchecking
Fix a bunch of spelling errors in the rt2x00 drivers
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00config.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00config.c b/drivers/net/wireless/rt2x00/rt2x00config.c index 3e019a12df2e..c6e0bcf78e9e 100644 --- a/drivers/net/wireless/rt2x00/rt2x00config.c +++ b/drivers/net/wireless/rt2x00/rt2x00config.c | |||
@@ -132,7 +132,7 @@ void rt2x00lib_config_antenna(struct rt2x00_dev *rt2x00dev, | |||
132 | /* | 132 | /* |
133 | * Failsafe: Make sure we are not sending the | 133 | * Failsafe: Make sure we are not sending the |
134 | * ANTENNA_SW_DIVERSITY state to the driver. | 134 | * ANTENNA_SW_DIVERSITY state to the driver. |
135 | * If that happes fallback to hardware default, | 135 | * If that happens, fallback to hardware defaults, |
136 | * or our own default. | 136 | * or our own default. |
137 | * The calls to rt2x00lib_config_antenna_check() | 137 | * The calls to rt2x00lib_config_antenna_check() |
138 | * might have caused that we restore back to the already | 138 | * might have caused that we restore back to the already |