Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/Kconfig.debug: fix indentation

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>

authored by

Juerg Haefliger and committed by
Heiko Carstens
13e282cc 4d1f2e45

+6 -6
+6 -6
arch/s390/Kconfig.debug
··· 14 14 If unsure, say N. 15 15 16 16 config CIO_INJECT 17 - bool "CIO Inject interfaces" 18 - depends on DEBUG_KERNEL && DEBUG_FS 19 - help 20 - This option provides a debugging facility to inject certain artificial events 21 - and instruction responses to the CIO layer of Linux kernel. The newly created 22 - debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/* 17 + bool "CIO Inject interfaces" 18 + depends on DEBUG_KERNEL && DEBUG_FS 19 + help 20 + This option provides a debugging facility to inject certain artificial events 21 + and instruction responses to the CIO layer of Linux kernel. The newly created 22 + debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/*