]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold...
authorAndrew Kreimer <algonell@gmail.com>
Wed, 18 Sep 2024 17:10:03 +0000 (20:10 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Thu, 19 Sep 2024 16:18:45 +0000 (19:18 +0300)
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
drivers/net/wireless/ath/ath6kl/wmi.h

index b4fcfb72991c1c7538f6f92a32188339cf9b521b..68384159870be5d761d37430109b23e764f23b3b 100644 (file)
@@ -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];