diff options
author | Ian Schram <ischram@telenet.be> | 2007-10-25 05:15:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:06 -0500 |
commit | 01ebd063e11bdcf1ddc605d968ea89aef48e34e0 (patch) | |
tree | d7c4046afe2f615f6ddb8f611eee81a3ddad3839 /drivers/net/wireless/iwlwifi/iwl-3945-rs.c | |
parent | 220173b01266d866009ca075757effad39648529 (diff) |
iwlwifi: fix various spelling and typos
Fixing various spelling errors and typos. Mostly in comments. In total
27 words were corrected, some of which occurred more than ones.
Signed-Of-By: Ian Schram <ischram@telenet.be>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945-rs.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945-rs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945-rs.c b/drivers/net/wireless/iwlwifi/iwl-3945-rs.c index ea7f459e961b..a6cb97ac43ef 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945-rs.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945-rs.c | |||
@@ -362,7 +362,7 @@ static void *rs_alloc(struct ieee80211_local *local) | |||
362 | return local->hw.priv; | 362 | return local->hw.priv; |
363 | } | 363 | } |
364 | 364 | ||
365 | /* rate scale requires free function to be implmented */ | 365 | /* rate scale requires free function to be implemented */ |
366 | static void rs_free(void *priv) | 366 | static void rs_free(void *priv) |
367 | { | 367 | { |
368 | return; | 368 | return; |
@@ -568,7 +568,7 @@ static u16 iwl_get_adjacent_rate(struct iwl_rate_scale_priv *rs_priv, | |||
568 | u8 high = IWL_RATE_INVALID; | 568 | u8 high = IWL_RATE_INVALID; |
569 | u8 low = IWL_RATE_INVALID; | 569 | u8 low = IWL_RATE_INVALID; |
570 | 570 | ||
571 | /* 802.11A walks to the next literal adjascent rate in | 571 | /* 802.11A walks to the next literal adjacent rate in |
572 | * the rate table */ | 572 | * the rate table */ |
573 | if (unlikely(phymode == MODE_IEEE80211A)) { | 573 | if (unlikely(phymode == MODE_IEEE80211A)) { |
574 | int i; | 574 | int i; |