Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
---
 drivers/cpufreq/Kconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index b22e6bb..b453330 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -4,8 +4,8 @@ config CPU_FREQ
        bool "CPU Frequency scaling"
        select SRCU
        help
-         CPU Frequency scaling allows you to change the clock speed of 
-         CPUs on the fly. This is a nice method to save power, because 
+         CPU Frequency scaling allows you to change the clock speed of
+         CPUs on the fly. This is a nice method to save power, because
          the lower the CPU clock speed, the less power the CPU consumes.
 
          Note that this driver doesn't automatically change the CPU
@@ -66,7 +66,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE
        select CPU_FREQ_GOV_USERSPACE
        help
          Use the CPUFreq governor 'userspace' as default. This allows
-         you to set the CPU frequency manually or when a userspace 
+         you to set the CPU frequency manually or when a userspace
          program shall be able to set the CPU dynamically without having
          to enable the userspace governor manually.
 
@@ -133,7 +133,7 @@ config CPU_FREQ_GOV_USERSPACE
        help
          Enable this cpufreq governor when you either want to set the
          CPU frequency manually or when a userspace program shall
-         be able to set the CPU dynamically, like on LART 
+         be able to set the CPU dynamically, like on LART
          <http://www.lartmaker.nl/>.
 
          To compile this driver as a module, choose M here: the
@@ -148,11 +148,11 @@ config CPU_FREQ_GOV_ONDEMAND
        select CPU_FREQ_GOV_COMMON
        help
          'ondemand' - This driver adds a dynamic cpufreq policy governor.
-         The governor does a periodic polling and 
+         The governor does a periodic polling and
          changes frequency based on the CPU utilization.
          The support for this governor depends on CPU capability to
          do fast frequency switching (i.e, very low latency frequency
-         transitions). 
+         transitions).
 
          To compile this driver as a module, choose M here: the
          module will be called cpufreq_ondemand.
-- 
1.9.1

Reply via email to