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

rtlwifi: rtl8821ae: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220314115354.144023-20-Julia.Lawall@inria.fr

authored by

Julia Lawall and committed by
Kalle Valo
31f8bef8 ceb7482f

+3 -3
+3 -3
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
··· 872 872 else 873 873 falsealm_cnt->cnt_all = falsealm_cnt->cnt_ofdm_fail; 874 874 875 - /*reset OFDM FA coutner*/ 875 + /*reset OFDM FA counter*/ 876 876 rtl_set_bbreg(hw, ODM_REG_OFDM_FA_RST_11AC, BIT(17), 1); 877 877 rtl_set_bbreg(hw, ODM_REG_OFDM_FA_RST_11AC, BIT(17), 0); 878 878 /* reset CCK FA counter*/ ··· 1464 1464 const u8 *delta_swing_table_idx_tup_b; 1465 1465 const u8 *delta_swing_table_idx_tdown_b; 1466 1466 1467 - /*2. Initilization ( 7 steps in total )*/ 1467 + /*2. Initialization ( 7 steps in total )*/ 1468 1468 rtl8812ae_get_delta_swing_table(hw, 1469 1469 &delta_swing_table_idx_tup_a, 1470 1470 &delta_swing_table_idx_tdown_a, ··· 2502 2502 rtlpriv->dm.dbginfo.num_non_be_pkt = 0; 2503 2503 2504 2504 /*=============================== 2505 - * list paramter for different platform 2505 + * list parameter for different platform 2506 2506 *=============================== 2507 2507 */ 2508 2508 pb_is_cur_rdl_state = &rtlpriv->dm.is_cur_rdlstate;