From: Jisheng Zhang Date: Thu, 25 Aug 2016 12:06:14 +0000 (+0800) Subject: PM / devfreq: fix Kconfig indent style X-Git-Tag: v4.9-rc1~171^2^2~3^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=989a0fc7412fe2a6f327b2e38858d6ac08ac6fdd;p=karo-tx-linux.git PM / devfreq: fix Kconfig indent style Use tab rather than space to indent, and tab + two spaces to indent help message. Signed-off-by: Jisheng Zhang Signed-off-by: MyungJoo Ham --- diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 8766cbaf20e2..f08502c27784 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -91,14 +91,14 @@ config ARM_EXYNOS_BUS_DEVFREQ This does not yet operate with optimal voltages. config ARM_TEGRA_DEVFREQ - tristate "Tegra DEVFREQ Driver" - depends on ARCH_TEGRA_124_SOC || COMPILE_TEST - select DEVFREQ_GOV_SIMPLE_ONDEMAND - select PM_OPP - help - This adds the DEVFREQ driver for the Tegra family of SoCs. - It reads ACTMON counters of memory controllers and adjusts the - operating frequencies and voltages with OPP support. + tristate "Tegra DEVFREQ Driver" + depends on ARCH_TEGRA_124_SOC || COMPILE_TEST + select DEVFREQ_GOV_SIMPLE_ONDEMAND + select PM_OPP + help + This adds the DEVFREQ driver for the Tegra family of SoCs. + It reads ACTMON counters of memory controllers and adjusts the + operating frequencies and voltages with OPP support. source "drivers/devfreq/event/Kconfig"