aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2017-05-18 10:41:15 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2017-06-01 11:23:11 +0200
commit7461fbc46e9078d3143d396e2ad1c0c5bfd07b6f (patch)
tree66297aed760f8a0c8c00bf32469ad5966267420b /arch
parentKVM: Tidy the whitespace in nested_svm_check_permissions() (diff)
downloadlinux-dev-7461fbc46e9078d3143d396e2ad1c0c5bfd07b6f.tar.xz
linux-dev-7461fbc46e9078d3143d396e2ad1c0c5bfd07b6f.zip
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 <dan.carpenter@oracle.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/vmx.c2
1 files changed, 1 insertions, 1 deletions
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;