Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221222-rtl8723ae-typo-fix-v2-1-71b6b67df3f5@mricon.com

authored by

Konstantin Ryabitsev and committed by
Kalle Valo
cb689109 b39f662c

+1 -1
+1 -1
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h
··· 116 116 long rtl8723e_dm_bt_get_rx_ss(struct ieee80211_hw *hw); 117 117 void rtl8723e_dm_bt_balance(struct ieee80211_hw *hw, 118 118 bool balance_on, u8 ms0, u8 ms1); 119 - void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 tyep); 119 + void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 type); 120 120 void rtl8723e_dm_bt_bb_back_off_level(struct ieee80211_hw *hw, u8 type); 121 121 u8 rtl8723e_dm_bt_check_coex_rssi_state(struct ieee80211_hw *hw, 122 122 u8 level_num, u8 rssi_thresh,