All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: iwlegacy: fix repeated words in comments
@ 2022-07-09 13:53 Jilin Yuan
  2022-07-18 12:08 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-07-09 13:53 UTC (permalink / raw)
  To: kvalo, davem, edumazet, kuba, pabeni, stf_xl
  Cc: linux-wireless, netdev, linux-kernel, Jilin Yuan

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

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 2 +-
 drivers/net/wireless/intel/iwlegacy/common.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/intel/iwlegacy/4965-mac.c b/drivers/net/wireless/intel/iwlegacy/4965-mac.c
index d93900e62e3d..943de47170c7 100644
--- a/drivers/net/wireless/intel/iwlegacy/4965-mac.c
+++ b/drivers/net/wireless/intel/iwlegacy/4965-mac.c
@@ -6690,7 +6690,7 @@ il4965_pci_remove(struct pci_dev *pdev)
 	sysfs_remove_group(&pdev->dev.kobj, &il_attribute_group);
 
 	/* ieee80211_unregister_hw call wil cause il_mac_stop to
-	 * to be called and il4965_down since we are removing the device
+	 * be called and il4965_down since we are removing the device
 	 * we need to set S_EXIT_PENDING bit.
 	 */
 	set_bit(S_EXIT_PENDING, &il->status);
diff --git a/drivers/net/wireless/intel/iwlegacy/common.c b/drivers/net/wireless/intel/iwlegacy/common.c
index 8299d89e7505..e40c4c41de10 100644
--- a/drivers/net/wireless/intel/iwlegacy/common.c
+++ b/drivers/net/wireless/intel/iwlegacy/common.c
@@ -4816,7 +4816,7 @@ il_check_stuck_queue(struct il_priv *il, int cnt)
 #define IL_WD_TICK(timeout) ((timeout) / 4)
 
 /*
- * Watchdog timer callback, we check each tx queue for stuck, if if hung
+ * Watchdog timer callback, we check each tx queue for stuck, if hung
  * we reset the firmware. If everything is fine just rearm the timer.
  */
 void
-- 
2.36.1


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

* Re: wifi: iwlegacy: fix repeated words in comments
  2022-07-09 13:53 [PATCH] wifi: iwlegacy: fix repeated words in comments Jilin Yuan
@ 2022-07-18 12:08 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-07-18 12:08 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: davem, edumazet, kuba, pabeni, stf_xl, linux-wireless, netdev,
	linux-kernel, Jilin Yuan

Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

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

Patch applied to wireless-next.git, thanks.

f29c21516268 wifi: iwlegacy: fix repeated words in comments

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

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


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 13:53 [PATCH] wifi: iwlegacy: fix repeated words in comments Jilin Yuan
2022-07-18 12:08 ` Kalle Valo

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.