]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
thermal/drivers/core: Fix typo in the option name
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 2 Apr 2019 16:12:49 +0000 (18:12 +0200)
committerZhang Rui <rui.zhang@intel.com>
Mon, 6 May 2019 12:35:24 +0000 (20:35 +0800)
Unlike the other options, the cpu cooling option is beginning
with a lowercase letter, changing to a uppercase.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig

index d8aa7fac8c56f51b2cfb27169db5bde1bd3c848b..83e95a4fb61b2ae1727f84c262f7594ca874ea03 100644 (file)
@@ -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