mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold_params_cmd comments
Fix typos in comments. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Andrew Kreimer <algonell@gmail.com> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://patch.msgid.link/20240913094818.14456-1-algonell@gmail.com
This commit is contained in:
parent
e2f4563bd1
commit
07211778c0
|
|
@ -1249,7 +1249,7 @@ struct wmi_rssi_threshold_params_cmd {
|
|||
/* highest of upper */
|
||||
a_sle16 thresh_above6_val;
|
||||
|
||||
/* lowest of bellow */
|
||||
/* lowest of below */
|
||||
a_sle16 thresh_below1_val;
|
||||
|
||||
a_sle16 thresh_below2_val;
|
||||
|
|
@ -1257,7 +1257,7 @@ struct wmi_rssi_threshold_params_cmd {
|
|||
a_sle16 thresh_below4_val;
|
||||
a_sle16 thresh_below5_val;
|
||||
|
||||
/* highest of bellow */
|
||||
/* highest of below */
|
||||
a_sle16 thresh_below6_val;
|
||||
|
||||
/* "alpha" */
|
||||
|
|
@ -1287,13 +1287,13 @@ struct wmi_snr_threshold_params_cmd {
|
|||
/* highest of upper */
|
||||
u8 thresh_above4_val;
|
||||
|
||||
/* lowest of bellow */
|
||||
/* lowest of below */
|
||||
u8 thresh_below1_val;
|
||||
|
||||
u8 thresh_below2_val;
|
||||
u8 thresh_below3_val;
|
||||
|
||||
/* highest of bellow */
|
||||
/* highest of below */
|
||||
u8 thresh_below4_val;
|
||||
|
||||
u8 reserved[3];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user