From: Juerg Haefliger Date: Wed, 25 May 2022 12:01:40 +0000 (+0200) Subject: s390/Kconfig: fix indentation X-Git-Tag: howlett/maple/20220722_2~347^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4d1f2e4576af57f8d6b357198dcdda88d0431d5e;p=users%2Fjedix%2Flinux-maple.git 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 Link: https://lore.kernel.org/r/20220525120140.39534-1-juerg.haefliger@canonical.com Signed-off-by: Heiko Carstens --- 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