]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
thermal/drivers/qcom: Fix typo in comment
authorJinseok Kim <always.starving0@gmail.com>
Sat, 16 May 2026 15:23:16 +0000 (00:23 +0900)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Wed, 3 Jun 2026 07:12:19 +0000 (09:12 +0200)
Fix a typo in the struct tsens_irq_data comment.
Replace "uppper" with "upper".

Signed-off-by: Jinseok Kim <always.starving0@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Acked-by: Amit Kucheria <amitk@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://patch.msgid.link/20260516152324.1863-1-always.starving0@gmail.com
drivers/thermal/qcom/tsens.c

index a2422ebee81691fb25a55911fb4f532d36fe8433..5e19c7588e03b76681837bcd1f7c5583ee565be8 100644 (file)
@@ -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