Subject: [PATCH] rtl8723ae: fix obvious spelling error tyep->type

From: Konstantin Ryabitsev <[email protected]>

This appears to be an obvious spelling error, initially identified in a
codespell report and never addressed.

Reported-by: Jens Schleusener <[email protected]>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
Signed-off-by: Konstantin Ryabitsev <[email protected]>
---
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
index 0455a3712f3e..12cdecdafc32 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
@@ -116,7 +116,7 @@ void rtl8723e_dm_bt_hw_coex_all_off(struct ieee80211_hw *hw);
long rtl8723e_dm_bt_get_rx_ss(struct ieee80211_hw *hw);
void rtl8723e_dm_bt_balance(struct ieee80211_hw *hw,
bool balance_on, u8 ms0, u8 ms1);
-void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 tyep);
+void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 type);
void rtl8723e_dm_bt_bb_back_off_level(struct ieee80211_hw *hw, u8 type);
u8 rtl8723e_dm_bt_check_coex_rssi_state(struct ieee80211_hw *hw,
u8 level_num, u8 rssi_thresh,

---
base-commit: 830b3c68c1fb1e9176028d02ef86f3cf76aa2476
change-id: 20221222-rtl8723ae-typo-fix-5cc7fdb7ed6f

Best regards,
--
Konstantin Ryabitsev <[email protected]>


2022-12-23 02:04:49

by Ping-Ke Shih

[permalink] [raw]
Subject: RE: [PATCH] rtl8723ae: fix obvious spelling error tyep->type


> -----Original Message-----
> From: Konstantin Ryabitsev via B4 Submission Endpoint <[email protected]>
> Sent: Friday, December 23, 2022 4:26 AM
> To: Ping-Ke Shih <[email protected]>; Kalle Valo <[email protected]>; David S. Miller <[email protected]>;
> Eric Dumazet <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni <[email protected]>
> Cc: [email protected]; [email protected]; [email protected]; Jens
> Schleusener <[email protected]>; Konstantin Ryabitsev <[email protected]>; Konstantin
> Ryabitsev <[email protected]>
> Subject: [PATCH] rtl8723ae: fix obvious spelling error tyep->type

subject prefix should be "wifi: rtlwifi: rtl8723ae: ..."

Others look good to me.

>
> From: Konstantin Ryabitsev <[email protected]>
>
> This appears to be an obvious spelling error, initially identified in a
> codespell report and never addressed.
>
> Reported-by: Jens Schleusener <[email protected]>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
> Signed-off-by: Konstantin Ryabitsev <[email protected]>
> ---
> drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
> b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
> index 0455a3712f3e..12cdecdafc32 100644
> --- a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
> +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
> @@ -116,7 +116,7 @@ void rtl8723e_dm_bt_hw_coex_all_off(struct ieee80211_hw *hw);
> long rtl8723e_dm_bt_get_rx_ss(struct ieee80211_hw *hw);
> void rtl8723e_dm_bt_balance(struct ieee80211_hw *hw,
> bool balance_on, u8 ms0, u8 ms1);
> -void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 tyep);
> +void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 type);
> void rtl8723e_dm_bt_bb_back_off_level(struct ieee80211_hw *hw, u8 type);
> u8 rtl8723e_dm_bt_check_coex_rssi_state(struct ieee80211_hw *hw,
> u8 level_num, u8 rssi_thresh,
>
> ---
> base-commit: 830b3c68c1fb1e9176028d02ef86f3cf76aa2476
> change-id: 20221222-rtl8723ae-typo-fix-5cc7fdb7ed6f
>
> Best regards,
> --
> Konstantin Ryabitsev <[email protected]>
>
> ------Please consider the environment before printing this e-mail.

2022-12-23 18:39:27

by Konstantin Ryabitsev

[permalink] [raw]
Subject: Re: [PATCH] rtl8723ae: fix obvious spelling error tyep->type

On Fri, Dec 23, 2022 at 01:57:05AM +0000, Ping-Ke Shih wrote:
> > Subject: [PATCH] rtl8723ae: fix obvious spelling error tyep->type
>
> subject prefix should be "wifi: rtlwifi: rtl8723ae: ..."

Updated in v2, thank you!

-Konstantin