All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: ath9k: fix repeated words in comments
@ 2022-07-09 12:37 Jilin Yuan
  2022-08-16 16:39 ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 3+ messages in thread
From: Jilin Yuan @ 2022-07-09 12:37 UTC (permalink / raw)
  To: toke, kvalo, davem, edumazet, kuba, pabeni
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

 Delete the redundant word 'the'.
 Delete the redundant word 'to'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/ath/ath9k/ar9002_phy.c | 2 +-
 drivers/net/wireless/ath/ath9k/ar9003_phy.c | 2 +-
 drivers/net/wireless/ath/ath9k/hw.h         | 2 +-
 3 files changed, 3 insertions(+), 3 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.
 	 */
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.
 	 */
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 096a206f49ed..450ab19b1d4e 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -710,7 +710,7 @@ struct ath_spec_scan {
 /**
  * struct ath_hw_ops - callbacks used by hardware code and driver code
  *
- * This structure contains callbacks designed to to be used internally by
+ * This structure contains callbacks designed to be used internally by
  * hardware code and also by the lower level driver.
  *
  * @config_pci_powersave:
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] wifi: ath9k: fix repeated words in comments
  2022-07-09 12:37 [PATCH] wifi: ath9k: fix repeated words in comments Jilin Yuan
@ 2022-08-16 16:39 ` Toke Høiland-Jørgensen
  2022-08-16 16:40   ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 3+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-08-16 16:39 UTC (permalink / raw)
  To: Jilin Yuan, kvalo, davem, edumazet, kuba, pabeni
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

Jilin Yuan <yuanjilin@cdjrlc.com> writes:

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

Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] wifi: ath9k: fix repeated words in comments
  2022-08-16 16:39 ` Toke Høiland-Jørgensen
@ 2022-08-16 16:40   ` Toke Høiland-Jørgensen
  0 siblings, 0 replies; 3+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-08-16 16:40 UTC (permalink / raw)
  To: Jilin Yuan, kvalo, davem, edumazet, kuba, pabeni
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

>Toke Høiland-Jørgensen <toke@toke.dk> writes:

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

However, the patch does not apply cleanly to the ath-next tree. Please
fix that and resubmit, retaining my ACK...

-Toke

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-16 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 12:37 [PATCH] wifi: ath9k: fix repeated words in comments Jilin Yuan
2022-08-16 16:39 ` Toke Høiland-Jørgensen
2022-08-16 16:40   ` Toke Høiland-Jørgensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.