aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ani.c
diff options
context:
space:
mode:
authorBob Copeland <me@bobcopeland.com>2010-08-15 13:03:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-08-24 16:28:00 -0400
commita180a13081708b78d42232c6d922ce3de63f12e0 (patch)
tree79c83c9d496d487cf9582541012234700b581a62 /drivers/net/wireless/ath/ath5k/ani.c
parentb61279809860690fe5c9fcb40441008d31fabab6 (diff)
downloadkernel_samsung_smdk4412-a180a13081708b78d42232c6d922ce3de63f12e0.zip
kernel_samsung_smdk4412-a180a13081708b78d42232c6d922ce3de63f12e0.tar.gz
kernel_samsung_smdk4412-a180a13081708b78d42232c6d922ce3de63f12e0.tar.bz2
ath5k: clean up some comments
This fixes a few misspellings, word repetitions, and some grammar nits in ath5k comments. No code changes. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ani.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/ani.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ani.c b/drivers/net/wireless/ath/ath5k/ani.c
index 26dbe65..e4a5f04 100644
--- a/drivers/net/wireless/ath/ath5k/ani.c
+++ b/drivers/net/wireless/ath/ath5k/ani.c
@@ -552,9 +552,9 @@ ath5k_ani_mib_intr(struct ath5k_hw *ah)
if (ah->ah_sc->ani_state.ani_mode != ATH5K_ANI_MODE_AUTO)
return;
- /* if one of the errors triggered, we can get a superfluous second
- * interrupt, even though we have already reset the register. the
- * function detects that so we can return early */
+ /* If one of the errors triggered, we can get a superfluous second
+ * interrupt, even though we have already reset the register. The
+ * function detects that so we can return early. */
if (ath5k_ani_save_and_clear_phy_errors(ah, as) == 0)
return;