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/xen/Kconfig | 62 ++++++++++++++++++++++++++---------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 838b66a..22a8a14 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -53,8 +53,8 @@ config XEN_BALLOON_MEMORY_HOTPLUG
          the newly added memory can be manually onlined in the target domain
          by doing the following:
 
-               for i in /sys/devices/system/memory/memory*/state; do \
-                 [ "`cat "$i"`" = offline ] && echo online > "$i"; done
+               for i in /sys/devices/system/memory/memory*/state; do \
+                 [ "`cat "$i"`" = offline ] && echo online > "$i"; done
 
          or by adding the following line to udev rules:
 
@@ -120,27 +120,27 @@ config XENFS
          If in doubt, say yes.
 
 config XEN_COMPAT_XENFS
-       bool "Create compatibility mount point /proc/xen"
-       depends on XENFS
-       default y
-       help
-         The old xenstore userspace tools expect to find "xenbus"
-         under /proc/xen, but "xenbus" is now found at the root of the
-         xenfs filesystem.  Selecting this causes the kernel to create
-         the compatibility mount point /proc/xen if it is running on
-         a xen platform.
-         If in doubt, say yes.
+       bool "Create compatibility mount point /proc/xen"
+       depends on XENFS
+       default y
+       help
+         The old xenstore userspace tools expect to find "xenbus"
+         under /proc/xen, but "xenbus" is now found at the root of the
+         xenfs filesystem.  Selecting this causes the kernel to create
+         the compatibility mount point /proc/xen if it is running on
+         a xen platform.
+         If in doubt, say yes.
 
 config XEN_SYS_HYPERVISOR
-       bool "Create xen entries under /sys/hypervisor"
-       depends on SYSFS
-       select SYS_HYPERVISOR
-       default y
-       help
-         Create entries under /sys/hypervisor describing the Xen
-        hypervisor environment.  When running native or in another
-        virtual environment, /sys/hypervisor will still be present,
-        but will have no xen contents.
+       bool "Create xen entries under /sys/hypervisor"
+       depends on SYSFS
+       select SYS_HYPERVISOR
+       default y
+       help
+         Create entries under /sys/hypervisor describing the Xen
+         hypervisor environment.  When running native or in another
+         virtual environment, /sys/hypervisor will still be present,
+         but will have no xen contents.
 
 config XEN_XENBUS_FRONTEND
        tristate
@@ -292,7 +292,7 @@ config XEN_ACPI_PROCESSOR
        depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
        default m
        help
-          This ACPI processor uploads Power Management information to the Xen
+         This ACPI processor uploads Power Management information to the Xen
          hypervisor.
 
          To do that the driver parses the Power Management data and uploads
@@ -301,7 +301,7 @@ config XEN_ACPI_PROCESSOR
          SMM so that other drivers (such as ACPI cpufreq scaling driver) will
          not load.
 
-          To compile this driver as a module, choose M here: the module will be
+         To compile this driver as a module, choose M here: the module will be
          called xen_acpi_processor  If you do not know what to choose, select
          M here. If the CPUFREQ drivers are built in, select Y here.
 
@@ -313,7 +313,7 @@ config XEN_MCE_LOG
          converting it into Linux mcelog format for mcelog tools
 
 config XEN_HAVE_PVMMU
-       bool
+       bool
 
 config XEN_EFI
        def_bool y
@@ -330,15 +330,15 @@ config XEN_ACPI
        depends on X86 && ACPI
 
 config XEN_SYMS
-       bool "Xen symbols"
-       depends on X86 && XEN_DOM0 && XENFS
-       default y if KALLSYMS
-       help
-          Exports hypervisor symbols (along with their types and addresses) via
-          /proc/xen/xensyms file, similar to /proc/kallsyms
+       bool "Xen symbols"
+       depends on X86 && XEN_DOM0 && XENFS
+       default y if KALLSYMS
+       help
+         Exports hypervisor symbols (along with their types and addresses) via
+         /proc/xen/xensyms file, similar to /proc/kallsyms
 
 config XEN_HAVE_VPMU
-       bool
+       bool
 
 config XEN_FRONT_PGDIR_SHBUF
        tristate
-- 
1.9.1

Reply via email to