Commit 6c6d62ae authored by Simon Horman's avatar Simon Horman Committed by Kalle Valo
Browse files

wifi: rtw88: Update spelling in main.h



Update spelling in comments in main.h

Found by inspection.

Signed-off-by: default avatarSimon Horman <horms@kernel.org>
Reviewed-by: default avatarPing-Ke Shih <pkshih@realtek.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230418-rtw88-starspell-v1-1-70e52a23979b@kernel.org
parent 09be5558
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1881,7 +1881,7 @@ enum rtw_sar_bands {
	RTW_SAR_BAND_NR,
};

/* the union is reserved for other knids of SAR sources
/* the union is reserved for other kinds of SAR sources
 * which might not re-use same format with array common.
 */
union rtw_sar_cfg {
@@ -2032,7 +2032,7 @@ struct rtw_dev {
	struct rtw_tx_report tx_report;

	struct {
		/* incicate the mail box to use with fw */
		/* indicate the mail box to use with fw */
		u8 last_box_num;
		u32 seq;
	} h2c;