]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: themal: fix typo
authorJohan Jonker <jbx6244@gmail.com>
Tue, 9 Jun 2026 01:25:28 +0000 (03:25 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 20:06:18 +0000 (14:06 -0600)
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 <jbx6244@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/thermal/Kconfig

index 33a82ca3bf156b0d298956c04ddc592057663b85..0015dec1062b729f6e7966f621551619e6905953 100644 (file)
@@ -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