From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:42:16 +0000 (+0800) Subject: PM / devfreq: Fix Kconfig indentation X-Git-Tag: v5.6-rc1~192^2^2^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d96c60b48a0b51e4711f9cf88b8da520b521b432;p=thirdparty%2Flinux.git PM / devfreq: Fix Kconfig indentation 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 Signed-off-by: Chanwoo Choi --- diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 35535833b6f78..ca45d57ad9476 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -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"