diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-21 16:02:40 +0800 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2022-07-08 16:53:10 +0300 |
commit | d1954e3e1b66422a7b8fcc0d75054897262f9514 (patch) | |
tree | 512df806b5a6d72f0df17681d55ea825b1a8420e /drivers/net/wireless/ath | |
parent | 7d1e59a35ffaffcf9bf9c6cde19b7adedeb52045 (diff) | |
download | lwn-d1954e3e1b66422a7b8fcc0d75054897262f9514.tar.gz lwn-d1954e3e1b66422a7b8fcc0d75054897262f9514.zip |
ath9k: remove unexpected words "the" in comments
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>
Link: https://lore.kernel.org/r/20220621080240.42198-1-jiangjian@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9002_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |