wifi: rt2x00: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sun, 10 Jul 2022 04:14:42 +0000 (12:14 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 18 Jul 2022 12:10:52 +0000 (15:10 +0300)
Delete the redundant words 'is' and 'with'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220710041442.16177-1-yuanjilin@cdjrlc.com
drivers/net/wireless/ralink/rt2x00/rt2x00.h
drivers/net/wireless/ralink/rt2x00/rt2x00mac.c

index f7ef2ca..8f5772b 100644 (file)
@@ -232,7 +232,7 @@ struct link_qual {
         * VGC levels
         * Hardware driver will tune the VGC level during each call
         * to the link_tuner() callback function. This vgc_level is
-        * is determined based on the link quality statistics like
+        * determined based on the link quality statistics like
         * average RSSI and the false CCA count.
         *
         * In some cases the drivers need to differentiate between
index c0ab2e6..4202c65 100644 (file)
@@ -325,7 +325,7 @@ int rt2x00mac_config(struct ieee80211_hw *hw, u32 changed)
         */
        rt2x00queue_stop_queue(rt2x00dev->rx);
 
-       /* Do not race with with link tuner. */
+       /* Do not race with link tuner. */
        mutex_lock(&rt2x00dev->conf_mutex);
 
        /*