aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 20:02:01 +0800
committerKalle Valo <kvalo@kernel.org>2022-09-07 10:59:17 +0300
commited03a2af74d2adc1b09f725e79807ee49e5525d6 (patch)
treed920ccb90cbf8802740f3ced9e34441acf825bea /drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
parentwifi: brcmfmac: Add DMI nvram filename quirk for Chuwi Hi8 Pro tablet (diff)
downloadlinux-dev-ed03a2af74d2adc1b09f725e79807ee49e5525d6.tar.xz
linux-dev-ed03a2af74d2adc1b09f725e79807ee49e5525d6.zip
wifi: mwifiex: Fix comment typo
The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220811120201.10824-1-wangborong@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c')
-rw-r--r--drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c2
1 files changed, 1 insertions, 1 deletions
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);