summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:10:24 +0200
committerKalle Valo <quic_kvalo@quicinc.com>2022-05-30 14:20:50 +0300
commit9f855efd9a7b6b0539c694e9381fb67cf68b96c7 (patch)
tree52abfaf6dcea0f96e79a0182441aa896bb13312a
parentd4ba1ff87b17e81686ada8f429300876f55f95ad (diff)
downloadlinux-stable-9f855efd9a7b6b0539c694e9381fb67cf68b96c7.tar.gz
linux-stable-9f855efd9a7b6b0539c694e9381fb67cf68b96c7.tar.bz2
linux-stable-9f855efd9a7b6b0539c694e9381fb67cf68b96c7.zip
ath6kl: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220521111145.81697-14-Julia.Lawall@inria.fr
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h
index 672014973cee..0d99f754b7e7 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.h
+++ b/drivers/net/wireless/ath/ath6kl/wmi.h
@@ -1278,7 +1278,7 @@ struct wmi_snr_threshold_params_cmd {
/* "alpha" */
u8 weight;
- /* lowest of uppper */
+ /* lowest of upper */
u8 thresh_above1_val;
u8 thresh_above2_val;