PM / devfreq: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:42:16 +0000 (21:42 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 30 Dec 2019 00:59:05 +0000 (09:59 +0900)
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/Kconfig

index 3553583..ca45d57 100644 (file)
@@ -120,9 +120,9 @@ config ARM_RK3399_DMC_DEVFREQ
        select DEVFREQ_GOV_SIMPLE_ONDEMAND
        select PM_DEVFREQ_EVENT
        help
-          This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
-          It sets the frequency for the memory controller and reads the usage counts
-          from hardware.
+         This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
+         It sets the frequency for the memory controller and reads the usage counts
+         from hardware.
 
 source "drivers/devfreq/event/Kconfig"