]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
Kconfig: use tab instead of space
authorWei Liu <wei.liu2@citrix.com>
Mon, 10 Oct 2016 09:40:30 +0000 (10:40 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 10 Oct 2016 11:52:55 +0000 (12:52 +0100)
Previously in d6be2cfc ("xen: make clear gcov support limitation in
Kconfig") and db6c2264 ("xen: add a gcov Kconfig option"), space was
used to indent Kconfig text. Change that to use tab instead.

No functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/Kconfig.debug

index 12a11937df09c78063fb45f1ee3bd187400d0dce..e9f7dcd66f9f0c00dcda1d2fdfaf9324dac28757 100644 (file)
@@ -29,15 +29,15 @@ config FRAME_POINTER
          in case of any Xen bugs.
 
 config GCOV
-       bool "Gcov Support"
-       ---help---
-         Enable gcov (a test coverage program in GCC) support.
+       bool "Gcov Support"
+       ---help---
+         Enable gcov (a test coverage program in GCC) support.
 
-         Currently the data structure and hypercall interface are tied
-         to GCC 3.4 gcov format. You need to have a version of GCC
-         that is compatible with that format to make gcov work.
+         Currently the data structure and hypercall interface are tied
+         to GCC 3.4 gcov format. You need to have a version of GCC
+         that is compatible with that format to make gcov work.
 
-         If unsure, say N here.
+         If unsure, say N here.
 
 config LOCK_PROFILE
        bool "Lock Profiling"