aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-11-20 21:42:16 +0800
committerChanwoo Choi <cw00.choi@samsung.com>2019-12-30 09:59:05 +0900
commitd96c60b48a0b51e4711f9cf88b8da520b521b432 (patch)
tree9e828b231dc281c7ca35af09f924c768befa47ae /drivers/devfreq
parentPM / devfreq: exynos-ppmu: Fix excessive stack usage (diff)
downloadlinux-dev-d96c60b48a0b51e4711f9cf88b8da520b521b432.tar.xz
linux-dev-d96c60b48a0b51e4711f9cf88b8da520b521b432.zip
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 <krzk@kernel.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 35535833b6f7..ca45d57ad947 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"