wifi: mwifiex: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:02:01 +0000 (20:02 +0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 7 Sep 2022 07:59:17 +0000 (10:59 +0300)
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
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c

index bd835288ce5751c424750e55ae5c0ed2c7925f71..a04b66284af4a1e756f7e01158ca8d3b23913fc5 100644 (file)
@@ -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);