From: Julia Lawall Date: Sat, 21 May 2022 11:10:24 +0000 (+0200) Subject: ath6kl: fix typo in comment X-Git-Tag: v6.6.17~6916^2~132^2~93^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f855efd9a7b6b0539c694e9381fb67cf68b96c7;p=platform%2Fkernel%2Flinux-rpi.git ath6kl: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20220521111145.81697-14-Julia.Lawall@inria.fr --- diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h index 6720149..0d99f75 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;