diff mbox series

ath9k: remove unexpected words "the" in comments

Message ID 20220621080240.42198-1-jiangjian@cdjrlc.com
State New
Headers show
Series ath9k: remove unexpected words "the" in comments | expand

Commit Message

Jiang Jian June 21, 2022, 8:02 a.m. UTC
there is unexpected word "the" in comments need to remove

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/net/wireless/ath/ath9k/ar9002_phy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo July 8, 2022, 1:53 p.m. UTC | #1
Jiang Jian <jiangjian@cdjrlc.com> wrote:

> there is unexpected word "the" in comments need to remove
> 
> Signed-off-by: Jiang Jian <jiangjian@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.

d1954e3e1b66 ath9k: remove unexpected words "the" in comments
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath9k/ar9002_phy.c b/drivers/net/wireless/ath/ath9k/ar9002_phy.c
index fcfed8e59d29..ebdb97999335 100644
--- a/drivers/net/wireless/ath/ath9k/ar9002_phy.c
+++ b/drivers/net/wireless/ath/ath9k/ar9002_phy.c
@@ -498,7 +498,7 @@  static void ar9002_hw_spectral_scan_config(struct ath_hw *ah,
 	else
 		REG_CLR_BIT(ah, AR_PHY_SPECTRAL_SCAN, repeat_bit);
 
-	/* on AR92xx, the highest bit of count will make the the chip send
+	/* on AR92xx, the highest bit of count will make the chip send
 	 * spectral samples endlessly. Check if this really was intended,
 	 * and fix otherwise.
 	 */