diff mbox

[v2,1/9] Kconfig: use tab instead of space

Message ID 1476092438-24895-2-git-send-email-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu Oct. 10, 2016, 9:40 a.m. UTC
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>
---

v2: new

Would like to have this in 4.8

Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>
---
 xen/Kconfig.debug | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Jan Beulich Oct. 10, 2016, 11:21 a.m. UTC | #1
>>> On 10.10.16 at 11:40, <wei.liu2@citrix.com> wrote:
> 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>
diff mbox

Patch

diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug
index 12a1193..e9f7dcd 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -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"