public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos
@ 2025-02-06  8:24 Andrew Kreimer
  2025-02-10  0:28 ` Ping-Ke Shih
  2025-02-10  3:50 ` Ping-Ke Shih
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Kreimer @ 2025-02-06  8:24 UTC (permalink / raw)
  To: Ping-Ke Shih, Kalle Valo, Bitterblue Smith
  Cc: linux-wireless, linux-kernel, kernel-janitors, Andrew Kreimer

There are some typos in comments/messages:
 - althougth -> although
 - asume -> assume

Fix them via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
index d429560009bb..e07402e73ba3 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
@@ -484,7 +484,7 @@ bool rtl92d_phy_config_rf_with_headerfile(struct ieee80211_hw *hw,
 	 * pathA or mac1 has to set phy0&phy1 pathA */
 	if ((content == radiob_txt) && (rfpath == RF90_PATH_A)) {
 		rtl_dbg(rtlpriv, COMP_INIT, DBG_LOUD,
-			" ===> althougth Path A, we load radiob.txt\n");
+			" ===> although Path A, we load radiob.txt\n");
 		radioa_arraylen = radiob_arraylen;
 		radioa_array_table = radiob_array_table;
 	}
@@ -750,7 +750,7 @@ static void _rtl92d_phy_switch_rf_setting(struct ieee80211_hw *hw, u8 channel)
 		    && rtlhal->interfaceindex == 1) {
 			need_pwr_down = rtl92d_phy_enable_anotherphy(hw, false);
 			rtlhal->during_mac1init_radioa = true;
-			/* asume no this case */
+			/* assume no this case */
 			if (need_pwr_down)
 				rtl92d_phy_enable_rf_env(hw, path,
 							 &u4regvalue);
@@ -1885,7 +1885,7 @@ static void _rtl92d_phy_reload_lck_setting(struct ieee80211_hw *hw,
 			bneed_powerdown_radio =
 				rtl92d_phy_enable_anotherphy(hw, false);
 			rtlpriv->rtlhal.during_mac1init_radioa = true;
-			/* asume no this case */
+			/* assume no this case */
 			if (bneed_powerdown_radio)
 				rtl92d_phy_enable_rf_env(hw, erfpath,
 							 &u4regvalue);
-- 
2.48.1.220.gbc204b7427


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos
  2025-02-06  8:24 [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos Andrew Kreimer
@ 2025-02-10  0:28 ` Ping-Ke Shih
  2025-02-10 20:01   ` Andrew Kreimer
  2025-02-10  3:50 ` Ping-Ke Shih
  1 sibling, 1 reply; 4+ messages in thread
From: Ping-Ke Shih @ 2025-02-10  0:28 UTC (permalink / raw)
  To: Andrew Kreimer, Kalle Valo, Bitterblue Smith
  Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org

Andrew Kreimer <algonell@gmail.com> wrote:
> There are some typos in comments/messages:
>  - althougth -> although
>  - asume -> assume
> 
> Fix them via codespell.
> 
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>

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

To be unique subject, I will change it to 
" wifi: rtlwifi: rtl8192de: Fix debug message typos of phy setting"

By the way, patch goes to wireless-next instead. 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos
  2025-02-06  8:24 [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos Andrew Kreimer
  2025-02-10  0:28 ` Ping-Ke Shih
@ 2025-02-10  3:50 ` Ping-Ke Shih
  1 sibling, 0 replies; 4+ messages in thread
From: Ping-Ke Shih @ 2025-02-10  3:50 UTC (permalink / raw)
  To: Andrew Kreimer, Ping-Ke Shih, Kalle Valo, Bitterblue Smith
  Cc: linux-wireless, linux-kernel, kernel-janitors, Andrew Kreimer

Andrew Kreimer <algonell@gmail.com> wrote:

> There are some typos in comments/messages:
>  - althougth -> although
>  - asume -> assume
> 
> Fix them via codespell.
> 
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>

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

6b39cc01af66 wifi: rtlwifi: rtl8192de: Fix typos of debug message of phy setting

---
https://github.com/pkshih/rtw.git


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos
  2025-02-10  0:28 ` Ping-Ke Shih
@ 2025-02-10 20:01   ` Andrew Kreimer
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Kreimer @ 2025-02-10 20:01 UTC (permalink / raw)
  To: Ping-Ke Shih
  Cc: Kalle Valo, Bitterblue Smith, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org

> To be unique subject, I will change it to 
> " wifi: rtlwifi: rtl8192de: Fix debug message typos of phy setting"
> 
> By the way, patch goes to wireless-next instead. 

Noted, thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-10 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06  8:24 [PATCH net-next] wifi: rtlwifi: rtl8192de: Fix typos Andrew Kreimer
2025-02-10  0:28 ` Ping-Ke Shih
2025-02-10 20:01   ` Andrew Kreimer
2025-02-10  3:50 ` Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox