[PATCH] wifi: rtlwifi: fix typos in comments

Hugo Villeneuve posted 1 patch 1 month, 4 weeks ago
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] wifi: rtlwifi: fix typos in comments
Posted by Hugo Villeneuve 1 month, 4 weeks ago
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Fix typos in rtl8821ae_card_disable() comments.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
index 3a4a334762055..035760287a4f5 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
@@ -2355,7 +2355,7 @@ void rtl8821ae_card_disable(struct ieee80211_hw *hw)
 			rtl8821ae_set_fw_disconnect_decision_ctrl_cmd(hw, true);
 		}
 
-		/* 3 <3> Hw Configutations */
+		/* 3 <3> Hw Configurations */
 
 		/* Wait until Rx DMA Finished before host sleep.
 		 * FW Pause Rx DMA may happen when received packet doing DMA.

base-commit: 59bd5ae0db22566e2b961742126269c151d587c7
-- 
2.47.3
Re: [PATCH] wifi: rtlwifi: fix typos in comments
Posted by Ping-Ke Shih 1 month, 2 weeks ago
Hugo Villeneuve <hugo@hugovil.com> wrote:

> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Fix typos in rtl8821ae_card_disable() comments.
> 
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>

1 patch(es) applied to rtw-next branch of rtw.git, thanks.

718c023ffe41 wifi: rtlwifi: fix typos in comments in rtl8821ae_card_disable()

---
https://github.com/pkshih/rtw.git
RE: [PATCH] wifi: rtlwifi: fix typos in comments
Posted by Ping-Ke Shih 1 month, 3 weeks ago
Hugo Villeneuve <hugo@hugovil.com> wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Fix typos in rtl8821ae_card_disable() comments.

Will mention rtl8821ae_card_disable() in subject during getting merged.
Like " wifi: rtlwifi: fix typos of comments in rtl8821ae_card_disable()"

> 
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Acked-by: Ping-Ke Shih <pkshih@realtek.com>