aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuerg Haefliger <juerg.haefliger@canonical.com>2022-05-20 13:54:31 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-06-29 19:43:44 +1000
commit81e9685dd41384a39adda823df8b4f6e16ec2898 (patch)
tree788eea9ba570c0dfcfad082657281759fa036fae
parentKVM: PPC: Do not warn when userspace asked for too big TCE table (diff)
downloadlinux-dev-81e9685dd41384a39adda823df8b4f6e16ec2898.tar.xz
linux-dev-81e9685dd41384a39adda823df8b4f6e16ec2898.zip
KVM: PPC: 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 <juergh@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220520115431.147593-1-juergh@canonical.com
-rw-r--r--arch/powerpc/kvm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index cedf1e0f50e1..dcb398d5e009 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -166,7 +166,7 @@ config KVM_BOOK3S_HV_NESTED_PMU_WORKAROUND
Old nested HV capable Linux guests have a bug where they don't
reflect the PMU in-use status of their L2 guest to the L0 host
while the L2 PMU registers are live. This can result in loss
- of L2 PMU register state, causing perf to not work correctly in
+ of L2 PMU register state, causing perf to not work correctly in
L2 guests.
Selecting this option for the L0 host implements a workaround for