Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal/drivers/rcar_gen3: Fix comment typo

Fix typo to millidegree Celsius. This aligns the comment with
another comment later on the same function. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Link: https://lore.kernel.org/r/20250907154148.171496-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Marek Vasut and committed by
Daniel Lezcano
13eac80a 14b7ea27

+1 -1
+1 -1
drivers/thermal/renesas/rcar_gen3_thermal.c
··· 171 171 const struct equation_set_coef *coef; 172 172 int adj, decicelsius, reg, thcode; 173 173 174 - /* Read register and convert to mili Celsius */ 174 + /* Read register and convert to millidegree Celsius */ 175 175 reg = rcar_gen3_thermal_read(tsc, REG_GEN3_TEMP) & CTEMP_MASK; 176 176 177 177 if (reg < tsc->thcode[1]) {