netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wireless/ath: fix repeated words in comments
@ 2022-07-08 15:49 Jilin Yuan
  2022-07-08 16:33 ` Kalle Valo
  2022-07-18 10:03 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Jilin Yuan @ 2022-07-08 15:49 UTC (permalink / raw)
  To: jirislaby, mickflemm, mcgrof, kvalo, davem, edumazet, kuba,
	pabeni
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

 Delete the redundant word 'don't'.
 Delete the redundant word 'but'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/ath/ath5k/base.c         | 2 +-
 drivers/net/wireless/ath/ath5k/mac80211-ops.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c
index 66d123f48085..947c94efeb21 100644
--- a/drivers/net/wireless/ath/ath5k/base.c
+++ b/drivers/net/wireless/ath/ath5k/base.c
@@ -1982,7 +1982,7 @@ ath5k_beacon_send(struct ath5k_hw *ah)
 
 	/*
 	 * Check if the previous beacon has gone out.  If
-	 * not, don't don't try to post another: skip this
+	 * not, don't try to post another: skip this
 	 * period and wait for the next.  Missed beacons
 	 * indicate a problem and should not occur.  If we
 	 * miss too many consecutive beacons reset the device.
diff --git a/drivers/net/wireless/ath/ath5k/mac80211-ops.c b/drivers/net/wireless/ath/ath5k/mac80211-ops.c
index 532eeac9e83e..f6e108a67fbd 100644
--- a/drivers/net/wireless/ath/ath5k/mac80211-ops.c
+++ b/drivers/net/wireless/ath/ath5k/mac80211-ops.c
@@ -410,7 +410,7 @@ ath5k_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags,
 	/* FIF_CONTROL doc says we should only pass on control frames for this
 	 * station. This needs testing. I believe right now this
 	 * enables *all* control frames, which is OK.. but
-	 * but we should see if we can improve on granularity */
+	 * we should see if we can improve on granularity */
 	if (*new_flags & FIF_CONTROL)
 		rfilt |= AR5K_RX_FILTER_CONTROL;
 
-- 
2.36.1


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

* Re: [PATCH] wireless/ath: fix repeated words in comments
  2022-07-08 15:49 [PATCH] wireless/ath: fix repeated words in comments Jilin Yuan
@ 2022-07-08 16:33 ` Kalle Valo
  2022-07-18 10:03 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2022-07-08 16:33 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: jirislaby, mickflemm, mcgrof, davem, edumazet, kuba, pabeni,
	linux-wireless, netdev, linux-kernel

Jilin Yuan <yuanjilin@cdjrlc.com> writes:

>  Delete the redundant word 'don't'.
>  Delete the redundant word 'but'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  drivers/net/wireless/ath/ath5k/base.c         | 2 +-
>  drivers/net/wireless/ath/ath5k/mac80211-ops.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

The title prefix should be "wifi: ath5k:", but I can fix that during
commit.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

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

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

* Re: [PATCH] wireless/ath: fix repeated words in comments
  2022-07-08 15:49 [PATCH] wireless/ath: fix repeated words in comments Jilin Yuan
  2022-07-08 16:33 ` Kalle Valo
@ 2022-07-18 10:03 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2022-07-18 10:03 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: jirislaby, mickflemm, mcgrof, davem, edumazet, kuba, pabeni,
	linux-wireless, netdev, linux-kernel, Jilin Yuan

Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

> Delete the redundant word 'don't' and 'but'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

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

eaedf62f7aaa wifi: ath5k: fix repeated words in comments

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

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


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

end of thread, other threads:[~2022-07-18 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 15:49 [PATCH] wireless/ath: fix repeated words in comments Jilin Yuan
2022-07-08 16:33 ` Kalle Valo
2022-07-18 10:03 ` 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).