]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
s390/Kconfig: fix indentation
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 25 May 2022 12:01:40 +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/20220525120140.39534-1-juerg.haefliger@canonical.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/Kconfig

index e084c72104f86f55dad91577800b8952366494c2..543e859905df0e0a07ea936b6d9e9cf6ed10ad6a 100644 (file)
@@ -736,11 +736,11 @@ config VFIO_AP
        depends on S390_AP_IOMMU && VFIO_MDEV && KVM
        depends on ZCRYPT
        help
-               This driver grants access to Adjunct Processor (AP) devices
-               via the VFIO mediated device interface.
+         This driver grants access to Adjunct Processor (AP) devices
+         via the VFIO mediated device interface.
 
-               To compile this driver as a module, choose M here: the module
-               will be called vfio_ap.
+         To compile this driver as a module, choose M here: the module
+         will be called vfio_ap.
 
 endmenu