From: Daniel Lezcano Date: Tue, 2 Apr 2019 16:12:49 +0000 (+0200) Subject: thermal/drivers/core: Fix typo in the option name X-Git-Tag: v5.2-rc1~30^2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e31c8560a564a70f13e3b6acab49bffbe41e965;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/core: Fix typo in the option name Unlike the other options, the cpu cooling option is beginning with a lowercase letter, changing to a uppercase. Signed-off-by: Daniel Lezcano Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index d8aa7fac8c56f..83e95a4fb61b2 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -148,7 +148,7 @@ config THERMAL_GOV_POWER_ALLOCATOR allocating and limiting power to devices. config CPU_THERMAL - bool "generic cpu cooling support" + bool "Generic cpu cooling support" depends on CPU_FREQ depends on THERMAL_OF help