projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7fb1c
)
wifi: rtl8192se: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Sun, 10 Jul 2022 04:25:46 +0000
(12:25 +0800)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c
b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c
index
4ca299c
..
bd0b7e3
100644
(file)
--- a/
drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c
+++ b/
drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c
@@
-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