netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k: fix repeated words in comments
@ 2022-09-15  3:08 Jilin Yuan
  2022-09-21 10:18 ` Toke Høiland-Jørgensen
  2022-09-22  7:20 ` Kalle Valo
  0 siblings, 2 replies; 6+ messages in thread
From: Jilin Yuan @ 2022-09-15  3:08 UTC (permalink / raw)
  To: toke, kvalo, davem, edumazet, kuba, pabeni
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

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(-)

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.
 	 */
-- 
2.36.1



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

* Re: [PATCH] ath9k: fix repeated words in comments
  2022-09-15  3:08 [PATCH] ath9k: fix repeated words in comments Jilin Yuan
@ 2022-09-21 10:18 ` Toke Høiland-Jørgensen
  2022-09-22  7:20 ` Kalle Valo
  1 sibling, 0 replies; 6+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-09-21 10:18 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'.
>
> 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>

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

* Re: [PATCH] ath9k: fix repeated words in comments
  2022-09-15  3:08 [PATCH] ath9k: fix repeated words in comments Jilin Yuan
  2022-09-21 10:18 ` Toke Høiland-Jørgensen
@ 2022-09-22  7:20 ` Kalle Valo
  1 sibling, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2022-09-22  7:20 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: toke, davem, edumazet, kuba, pabeni, linux-wireless, netdev,
	linux-kernel, Jilin Yuan

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

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220915030859.45384-1-yuanjilin@cdjrlc.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

* Re: [PATCH] ath9k: fix repeated words in comments
  2022-09-15  3:05 Jilin Yuan
  2022-09-21 10:18 ` Toke Høiland-Jørgensen
@ 2022-09-22  7:19 ` Kalle Valo
  1 sibling, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2022-09-22  7:19 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: toke, davem, edumazet, kuba, pabeni, linux-wireless, netdev,
	linux-kernel, Jilin Yuan

Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

> Delete the redundant word 'to'.
> 
> 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.

02be97c7b2de wifi: ath9k: fix repeated to words in a comment

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220915030559.42371-1-yuanjilin@cdjrlc.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

* Re: [PATCH] ath9k: fix repeated words in comments
  2022-09-15  3:05 Jilin Yuan
@ 2022-09-21 10:18 ` Toke Høiland-Jørgensen
  2022-09-22  7:19 ` Kalle Valo
  1 sibling, 0 replies; 6+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-09-21 10:18 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 'to'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

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

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

* [PATCH] ath9k: fix repeated words in comments
@ 2022-09-15  3:05 Jilin Yuan
  2022-09-21 10:18 ` Toke Høiland-Jørgensen
  2022-09-22  7:19 ` Kalle Valo
  0 siblings, 2 replies; 6+ messages in thread
From: Jilin Yuan @ 2022-09-15  3:05 UTC (permalink / raw)
  To: toke, kvalo, davem, edumazet, kuba, pabeni
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

Delete the redundant word 'to'.

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

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] 6+ messages in thread

end of thread, other threads:[~2022-09-22  7:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15  3:08 [PATCH] ath9k: fix repeated words in comments Jilin Yuan
2022-09-21 10:18 ` Toke Høiland-Jørgensen
2022-09-22  7:20 ` Kalle Valo
  -- strict thread matches above, loose matches on Subject: below --
2022-09-15  3:05 Jilin Yuan
2022-09-21 10:18 ` Toke Høiland-Jørgensen
2022-09-22  7:19 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).