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

s390/Kconfig: 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/20220525120140.39534-1-juerg.haefliger@canonical.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

authored by

Juerg Haefliger and committed by
Heiko Carstens
4d1f2e45 c9bfb460

+4 -4
+4 -4
arch/s390/Kconfig
··· 736 736 depends on S390_AP_IOMMU && VFIO_MDEV && KVM 737 737 depends on ZCRYPT 738 738 help 739 - This driver grants access to Adjunct Processor (AP) devices 740 - via the VFIO mediated device interface. 739 + This driver grants access to Adjunct Processor (AP) devices 740 + via the VFIO mediated device interface. 741 741 742 - To compile this driver as a module, choose M here: the module 743 - will be called vfio_ap. 742 + To compile this driver as a module, choose M here: the module 743 + will be called vfio_ap. 744 744 745 745 endmenu 746 746