diff mbox series

ath9k: fix repeated words in comments

Message ID 20220915030859.45384-1-yuanjilin@cdjrlc.com (mailing list archive)
State Accepted
Commit 1035deb323910db32ca170cba24023141b35208e
Delegated to: Kalle Valo
Headers show
Series ath9k: fix repeated words in comments | expand

Commit Message

Jilin Yuan Sept. 15, 2022, 3:08 a.m. UTC
Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/ath/ath9k/ar9003_phy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Toke Høiland-Jørgensen Sept. 21, 2022, 10:18 a.m. UTC | #1
Jilin Yuan <yuanjilin@cdjrlc.com> writes:

> Delete the redundant word 'the'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Let's merge these, so we don't keep getting identical patches for the
same two typos:

Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Kalle Valo Sept. 22, 2022, 7:20 a.m. UTC | #2
Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

> Delete the redundant word 'the'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

1035deb32391 wifi: ath9k: fix repeated the words in a comment
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath9k/ar9003_phy.c b/drivers/net/wireless/ath/ath9k/ar9003_phy.c
index dc0e5ea25673..090ff0600c81 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_phy.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.c
@@ -1744,7 +1744,7 @@  static void ar9003_hw_spectral_scan_config(struct ath_hw *ah,
 	REG_SET_BIT(ah, AR_PHY_RADAR_0, AR_PHY_RADAR_0_FFT_ENA);
 	REG_SET_BIT(ah, AR_PHY_SPECTRAL_SCAN, AR_PHY_SPECTRAL_SCAN_ENABLE);
 
-	/* on AR93xx and newer, count = 0 will make the the chip send
+	/* on AR93xx and newer, count = 0 will make the chip send
 	 * spectral samples endlessly. Check if this really was intended,
 	 * and fix otherwise.
 	 */