From: Johan Jonker Date: Tue, 9 Jun 2026 01:25:28 +0000 (+0200) Subject: Kconfig: themal: fix typo X-Git-Tag: v2026.10-rc1~33^2~17^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20d285cf0b72347b7ba37694272206865d86824;p=thirdparty%2Fu-boot.git Kconfig: themal: fix typo While restyling Kconfig the script checkpatch.pl gives this info: WARNING: Possible repeated word: 'for' Fix by changing 'for for' to 'for'. Signed-off-by: Johan Jonker Reviewed-by: Tom Rini --- diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 33a82ca3bf1..0015dec1062 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -47,7 +47,7 @@ config RCAR_GEN3_THERMAL config TI_DRA7_THERMAL bool "Temperature sensor driver for TI dra7xx SOCs" help - Enable thermal support for for the Texas Instruments DRA752 SoC family. + Enable thermal support for the Texas Instruments DRA752 SoC family. The driver supports reading CPU temperature. config TI_LM74_THERMAL