diff options
author | Juerg Haefliger | 2022-05-25 14:01:40 +0200 |
---|---|---|
committer | Heiko Carstens | 2022-06-01 12:03:15 +0200 |
commit | 4d1f2e4576af57f8d6b357198dcdda88d0431d5e (patch) | |
tree | c744e42a7a2d4cb674e599ecdaf29bb8175f904e /arch/s390 | |
parent | c9bfb460c3e4da2462e16b0f0b200990b36b1dd2 (diff) |
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>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index e084c72104f8..543e859905df 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -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 |