From: Dan Carpenter Date: Thu, 18 May 2017 07:41:15 +0000 (+0300) Subject: KVM: white space cleanup in nested_vmx_setup_ctls_msrs() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7461fbc46e9078d3143d396e2ad1c0c5bfd07b6f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git KVM: white space cleanup in nested_vmx_setup_ctls_msrs() This should have been indented one more character over and it should use tabs. Signed-off-by: Dan Carpenter Signed-off-by: Radim Krčmář --- diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 9b4b5d6dcd34..60fa010d3fa1 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -2769,7 +2769,7 @@ static void nested_vmx_setup_ctls_msrs(struct vcpu_vmx *vmx) if (enable_ept_ad_bits) { vmx->nested.nested_vmx_secondary_ctls_high |= SECONDARY_EXEC_ENABLE_PML; - vmx->nested.nested_vmx_ept_caps |= VMX_EPT_AD_BIT; + vmx->nested.nested_vmx_ept_caps |= VMX_EPT_AD_BIT; } } else vmx->nested.nested_vmx_ept_caps = 0;