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 <i...@metux.net>
---
 drivers/acpi/Kconfig | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 4e015c7..d00f7a6 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -13,17 +13,17 @@ menuconfig ACPI
        select NLS
        default y if X86
        help
-         Advanced Configuration and Power Interface (ACPI) support for 
+         Advanced Configuration and Power Interface (ACPI) support for
          Linux requires an ACPI-compliant platform (hardware/firmware),
          and assumes the presence of OS-directed configuration and power
-         management (OSPM) software.  This option will enlarge your 
+         management (OSPM) software.  This option will enlarge your
          kernel by about 70K.
 
-         Linux ACPI provides a robust functional replacement for several 
+         Linux ACPI provides a robust functional replacement for several
          legacy configuration and power management interfaces, including
-         the Plug-and-Play BIOS specification (PnP BIOS), the 
-         MultiProcessor Specification (MPS), and the Advanced Power 
-         Management (APM) specification.  If both ACPI and APM support 
+         the Plug-and-Play BIOS specification (PnP BIOS), the
+         MultiProcessor Specification (MPS), and the Advanced Power
+         Management (APM) specification.  If both ACPI and APM support
          are configured, ACPI is used.
 
          The project home page for the Linux ACPI subsystem is here:
@@ -104,9 +104,9 @@ config ACPI_PROCFS_POWER
        depends on X86 && PROC_FS
        help
          For backwards compatibility, this option allows
-          deprecated power /proc/acpi/ directories to exist, even when
-          they have been replaced by functions in /sys.
-          The deprecated directories (and their replacements) include:
+         deprecated power /proc/acpi/ directories to exist, even when
+         they have been replaced by functions in /sys.
+         The deprecated directories (and their replacements) include:
          /proc/acpi/battery/* (/sys/class/power_supply/*) and
          /proc/acpi/ac_adapter/* (sys/class/power_supply/*).
          This option has no effect on /proc/acpi/ directories
@@ -173,7 +173,7 @@ config ACPI_BATTERY
        default y
        help
          This driver adds support for battery information through
-         /proc/acpi/battery. If you have a mobile system with a battery, 
+         /proc/acpi/battery. If you have a mobile system with a battery,
          say Y.
 
          To compile this driver as a module, choose M here:
@@ -456,7 +456,7 @@ config ACPI_CUSTOM_METHOD
 config ACPI_BGRT
        bool "Boottime Graphics Resource Table support"
        depends on EFI && (X86 || ARM64)
-        help
+       help
          This driver adds support for exposing the ACPI Boottime Graphics
          Resource Table, which allows the operating system to obtain
          data from the firmware boot splash. It will appear under
@@ -577,7 +577,7 @@ config TPS68470_PMIC_OPREGION
          region, which must be available before any of the devices
          using this, are probed.
 
-endif  # ACPI
+endif # ACPI
 
 config X86_PM_TIMER
        bool "Power Management Timer Support" if EXPERT
-- 
1.9.1

Reply via email to