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 <[email protected]> --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 91c39aa4dee3..c46dca60f60a 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -46,7 +46,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 -- 2.39.5

