Skip to content

Commit 6c6d62a

Browse files
hormsKalle Valo
authored andcommitted
wifi: rtw88: Update spelling in main.h
Update spelling in comments in main.h Found by inspection. Signed-off-by: Simon Horman <horms@kernel.org> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230418-rtw88-starspell-v1-1-70e52a23979b@kernel.org
1 parent 09be555 commit 6c6d62a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • drivers/net/wireless/realtek/rtw88

drivers/net/wireless/realtek/rtw88/main.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ enum rtw_supported_band {
8888
RTW_BAND_60G = BIT(NL80211_BAND_60GHZ),
8989
};
9090

91-
/* now, support upto 80M bw */
91+
/* now, support up to 80M bw */
9292
#define RTW_MAX_CHANNEL_WIDTH RTW_CHANNEL_WIDTH_80
9393

9494
enum rtw_bandwidth {
@@ -1881,7 +1881,7 @@ enum rtw_sar_bands {
18811881
RTW_SAR_BAND_NR,
18821882
};
18831883

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

20342034
struct {
2035-
/* incicate the mail box to use with fw */
2035+
/* indicate the mail box to use with fw */
20362036
u8 last_box_num;
20372037
u32 seq;
20382038
} h2c;

0 commit comments

Comments
 (0)