From: Jinseok Kim Date: Sat, 16 May 2026 15:23:16 +0000 (+0900) Subject: thermal/drivers/qcom: Fix typo in comment X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4bb840492cedf89d5bed72ede6e0f8e848141977;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/qcom: Fix typo in comment Fix a typo in the struct tsens_irq_data comment. Replace "uppper" with "upper". Signed-off-by: Jinseok Kim Signed-off-by: Daniel Lezcano Acked-by: Amit Kucheria Reviewed-by: Dmitry Baryshkov Link: https://patch.msgid.link/20260516152324.1863-1-always.starving0@gmail.com --- diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c index a2422ebee8169..5e19c7588e03b 100644 --- a/drivers/thermal/qcom/tsens.c +++ b/drivers/thermal/qcom/tsens.c @@ -27,7 +27,7 @@ * @up_viol: upper threshold violated * @up_thresh: upper threshold temperature value * @up_irq_mask: mask register for upper threshold irqs - * @up_irq_clear: clear register for uppper threshold irqs + * @up_irq_clear: clear register for upper threshold irqs * @low_viol: lower threshold violated * @low_thresh: lower threshold temperature value * @low_irq_mask: mask register for lower threshold irqs