aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-15 13:35:18 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2022-07-18 13:03:43 +0300
commiteaedf62f7aaa4e2efd69c0fbd32ee774456ce361 (patch)
treef5b4790512925e954506256570ec76db506558f3 /drivers/net/wireless/ath/ath5k/base.c
parentwifi: ath11k: mac: fix long line (diff)
downloadlinux-dev-eaedf62f7aaa4e2efd69c0fbd32ee774456ce361.tar.xz
linux-dev-eaedf62f7aaa4e2efd69c0fbd32ee774456ce361.zip
wifi: ath5k: fix repeated words in comments
Delete the redundant word 'don't' and 'but'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220708154929.19199-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c
index 85c982e0a1cd..c59c14483177 100644
--- a/drivers/net/wireless/ath/ath5k/base.c
+++ b/drivers/net/wireless/ath/ath5k/base.c
@@ -1982,7 +1982,7 @@ ath5k_beacon_send(struct ath5k_hw *ah)
/*
* Check if the previous beacon has gone out. If
- * not, don't don't try to post another: skip this
+ * not, don't try to post another: skip this
* period and wait for the next. Missed beacons
* indicate a problem and should not occur. If we
* miss too many consecutive beacons reset the device.