s390/Kconfig.debug: fix indentation
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 25 May 2022 12:01:51 +0000 (14:01 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 1 Jun 2022 10:03:15 +0000 (12:03 +0200)
The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Link: https://lore.kernel.org/r/20220525120151.39594-1-juerg.haefliger@canonical.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/Kconfig.debug

index e94a2a7f6bf448baa314b16ca838bdce32aec969..c4300ea4abf818015cdf2159461381d64b8e1707 100644 (file)
@@ -14,9 +14,9 @@ config DEBUG_ENTRY
          If unsure, say N.
 
 config CIO_INJECT
-       bool "CIO Inject interfaces"
-       depends on DEBUG_KERNEL && DEBUG_FS
-       help
-       This option provides a debugging facility to inject certain artificial events
-       and instruction responses to the CIO layer of Linux kernel. The newly created
-       debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/*
+       bool "CIO Inject interfaces"
+       depends on DEBUG_KERNEL && DEBUG_FS
+       help
+         This option provides a debugging facility to inject certain artificial events
+         and instruction responses to the CIO layer of Linux kernel. The newly created
+         debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/*