]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
PM / devfreq: fix Kconfig indent style
authorJisheng Zhang <jszhang@marvell.com>
Thu, 25 Aug 2016 12:06:14 +0000 (20:06 +0800)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 6 Sep 2016 04:08:40 +0000 (13:08 +0900)
Use tab rather than space to indent, and tab + two spaces to indent
help message.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/Kconfig

index 8766cbaf20e225e801724eb296208084029f0669..f08502c277844df0b2ebe7dce229e8724168c461 100644 (file)
@@ -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"