]> git.baikalelectronics.ru Git - kernel.git/commitdiff
wifi: rtl8192se: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sun, 10 Jul 2022 04:25:46 +0000 (12:25 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 18 Jul 2022 12:11:29 +0000 (15:11 +0300)
Delete the redundant word 'not'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220710042546.28504-1-yuanjilin@cdjrlc.com
drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c

index 4ca299c9de77c7127fe2a9a775cec6e655ee1512..bd0b7e365edb0d3d3cc335b9b0569a95dc3d499f 100644 (file)
@@ -1407,7 +1407,7 @@ static void _rtl92se_power_domain_init(struct ieee80211_hw *hw)
        tmpu1b = rtl_read_byte(rtlpriv, REG_SYS_FUNC_EN + 1);
 
        /* If IPS we need to turn LED on. So we not
-        * not disable BIT 3/7 of reg3. */
+        * disable BIT 3/7 of reg3. */
        if (rtlpriv->psc.rfoff_reason & (RF_CHANGE_BY_IPS | RF_CHANGE_BY_HW))
                tmpu1b &= 0xFB;
        else