netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mwifiex: Fix comment typo
@ 2022-07-15  5:00 Jason Wang
  2022-07-27 10:58 ` wifi: " Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Wang @ 2022-07-15  5:00 UTC (permalink / raw)
  To: ganapathi017
  Cc: amitkarwar, sharvari.harisangam, huxinming820, kvalo, davem,
	edumazet, kuba, pabeni, linux-wireless, netdev, linux-kernel,
	Jason Wang

The double `the' is duplicated in line 1540, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/net/wireless/marvell/mwifiex/sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/sdio.c b/drivers/net/wireless/marvell/mwifiex/sdio.c
index 1a886978ed5d..b8dc3b5c9ad9 100644
--- a/drivers/net/wireless/marvell/mwifiex/sdio.c
+++ b/drivers/net/wireless/marvell/mwifiex/sdio.c
@@ -1537,7 +1537,7 @@ static int mwifiex_prog_fw_w_helper(struct mwifiex_adapter *adapter,
 /*
  * This function decode sdio aggreation pkt.
  *
- * Based on the the data block size and pkt_len,
+ * Based on the data block size and pkt_len,
  * skb data will be decoded to few packets.
  */
 static void mwifiex_deaggr_sdio_pkt(struct mwifiex_adapter *adapter,
-- 
2.35.1


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

* Re: wifi: mwifiex: Fix comment typo
  2022-07-15  5:00 [PATCH] mwifiex: Fix comment typo Jason Wang
@ 2022-07-27 10:58 ` Kalle Valo
  0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2022-07-27 10:58 UTC (permalink / raw)
  To: Jason Wang
  Cc: ganapathi017, amitkarwar, sharvari.harisangam, huxinming820,
	davem, edumazet, kuba, pabeni, linux-wireless, netdev,
	linux-kernel, Jason Wang

Jason Wang <wangborong@cdjrlc.com> wrote:

> The double `the' is duplicated in line 1540, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Patch applied to wireless-next.git, thanks.

6d1725a4a620 wifi: mwifiex: Fix comment typo

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

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


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

* [PATCH] mwifiex: Fix comment typo
@ 2022-08-11 12:02 Jason Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Wang @ 2022-08-11 12:02 UTC (permalink / raw)
  To: ganapathi017
  Cc: amitkarwar, sharvari.harisangam, huxinming820, kvalo, davem,
	edumazet, kuba, pabeni, linux-wireless, netdev, linux-kernel,
	Jason Wang

The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c b/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
index bd835288ce57..a04b66284af4 100644
--- a/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
+++ b/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
@@ -335,7 +335,7 @@ mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta,
 	struct mwifiex_sta_node *node;
 
 	/*
-	 * If we get a TID, ta pair which is already present dispatch all the
+	 * If we get a TID, ta pair which is already present dispatch all
 	 * the packets and move the window size until the ssn
 	 */
 	tbl = mwifiex_11n_get_rx_reorder_tbl(priv, tid, ta);
-- 
2.36.1


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

end of thread, other threads:[~2022-08-11 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:00 [PATCH] mwifiex: Fix comment typo Jason Wang
2022-07-27 10:58 ` wifi: " Kalle Valo
2022-08-11 12:02 [PATCH] " Jason Wang

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