All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type
@ 2022-12-23 18:20 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev via B4 Submission Endpoint @ 2022-12-23 18:20 UTC (permalink / raw)
  To: Ping-Ke Shih, Kalle Valo, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni
  Cc: linux-wireless, netdev, linux-kernel, Jens Schleusener,
	Konstantin Ryabitsev, Konstantin Ryabitsev

From: Konstantin Ryabitsev <icon@mricon.com>

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

Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
Signed-off-by: Konstantin Ryabitsev <icon@mricon.com>
---
Changes in v2:
- Updated commit subject based on feedback.
- Link to v1: https://lore.kernel.org/r/20221222-rtl8723ae-typo-fix-v1-1-848434b179c7@mricon.com
---
 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 <icon@mricon.com>

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

* [PATCH v2] wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type
@ 2022-12-23 18:20 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-23 18:20 UTC (permalink / raw)
  To: Ping-Ke Shih, Kalle Valo, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni
  Cc: linux-wireless, netdev, linux-kernel, Jens Schleusener,
	Konstantin Ryabitsev, Konstantin Ryabitsev

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

Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
Signed-off-by: Konstantin Ryabitsev <icon@mricon.com>
---
Changes in v2:
- Updated commit subject based on feedback.
- Link to v1: https://lore.kernel.org/r/20221222-rtl8723ae-typo-fix-v1-1-848434b179c7@mricon.com
---
 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 <icon@mricon.com>

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

* RE: [PATCH v2] wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type
  2022-12-23 18:20 ` Konstantin Ryabitsev
  (?)
@ 2022-12-26  7:46 ` Ping-Ke Shih
  -1 siblings, 0 replies; 4+ messages in thread
From: Ping-Ke Shih @ 2022-12-26  7:46 UTC (permalink / raw)
  To: icon, Kalle Valo, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: linux-wireless, netdev, linux-kernel, Jens Schleusener,
	Konstantin Ryabitsev



> -----Original Message-----
> From: Konstantin Ryabitsev via B4 Submission Endpoint <devnull+icon.mricon.com@kernel.org>
> Sent: Saturday, December 24, 2022 2:20 AM
> To: Ping-Ke Shih <pkshih@realtek.com>; Kalle Valo <kvalo@kernel.org>; David S. Miller <davem@davemloft.net>;
> Eric Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; Paolo Abeni <pabeni@redhat.com>
> Cc: linux-wireless@vger.kernel.org; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Jens
> Schleusener <Jens.Schleusener@fossies.org>; Konstantin Ryabitsev <mricon@kernel.org>; Konstantin
> Ryabitsev <icon@mricon.com>
> Subject: [PATCH v2] wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type
> 
> From: Konstantin Ryabitsev <icon@mricon.com>
> 
> This appears to be an obvious spelling error, initially identified in a
> codespell report and never addressed.
> 
> Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
> Signed-off-by: Konstantin Ryabitsev <icon@mricon.com>

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

> ---
> Changes in v2:
> - Updated commit subject based on feedback.
> - Link to v1: https://lore.kernel.org/r/20221222-rtl8723ae-typo-fix-v1-1-848434b179c7@mricon.com
> ---
>  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 <icon@mricon.com>
> 
> ------Please consider the environment before printing this e-mail.

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

* Re: [PATCH v2] wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type
  2022-12-23 18:20 ` Konstantin Ryabitsev
  (?)
  (?)
@ 2023-01-16 16:21 ` Kalle Valo
  -1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2023-01-16 16:21 UTC (permalink / raw)
  To: Konstantin Ryabitsev via B4 Submission Endpoint
  Cc: Ping-Ke Shih, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, linux-wireless, netdev, linux-kernel,
	Jens Schleusener, Konstantin Ryabitsev, Konstantin Ryabitsev

Konstantin Ryabitsev via B4 Submission Endpoint
        <devnull+icon.mricon.com@kernel.org> wrote:

> From: Konstantin Ryabitsev <icon@mricon.com>
> 
> This appears to be an obvious spelling error, initially identified in a
> codespell report and never addressed.
> 
> Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
> Signed-off-by: Konstantin Ryabitsev <icon@mricon.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>

Patch applied to wireless-next.git, thanks.

cb689109d9d7 wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20221222-rtl8723ae-typo-fix-v2-1-71b6b67df3f5@mricon.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

end of thread, other threads:[~2023-01-16 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23 18:20 [PATCH v2] wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->type Konstantin Ryabitsev via B4 Submission Endpoint
2022-12-23 18:20 ` Konstantin Ryabitsev
2022-12-26  7:46 ` Ping-Ke Shih
2023-01-16 16:21 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.