diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-05-18 09:41:15 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-01 11:23:11 +0200 |
commit | 7461fbc46e9078d3143d396e2ad1c0c5bfd07b6f (patch) | |
tree | 66297aed760f8a0c8c00bf32469ad5966267420b /arch/x86/kvm | |
parent | KVM: Tidy the whitespace in nested_svm_check_permissions() (diff) | |
download | linux-7461fbc46e9078d3143d396e2ad1c0c5bfd07b6f.tar.xz linux-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/x86/kvm')
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
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; |