diff mbox series

mwifiex: Fix typo 'the the' in comment

Message ID 20220722083932.75388-1-slark_xiao@163.com
State New
Headers show
Series mwifiex: Fix typo 'the the' in comment | expand

Commit Message

Slark Xiao July 22, 2022, 8:39 a.m. UTC
Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 drivers/net/wireless/marvell/mwifiex/sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo July 27, 2022, 10:53 a.m. UTC | #1
Slark Xiao <slark_xiao@163.com> wrote:

> Replace 'the the' with 'the' in the comment.
> 
> Signed-off-by: Slark Xiao <slark_xiao@163.com>

There's already an identical patch submitted:

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

Patch set to Superseded.
diff mbox series

Patch

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,