Re: [PATCH] KVM: PPC: Kconfig: Fix indentation

2022-07-09 Thread Michael Ellerman
On Fri, 20 May 2022 13:54:31 +0200, Juerg Haefliger wrote: > 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. > > Applied to powerpc/topic/ppc-kvm. [1/1] KVM: PPC: Kconfig: Fix in

[PATCH] KVM: PPC: Kconfig: Fix indentation

2022-05-20 Thread Juerg Haefliger
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 --- arch/powerpc/kvm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/po