diff options
author | Peng Hao <flyingpeng@tencent.com> | 2022-09-23 17:03:03 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-30 13:11:17 +0200 |
commit | e779ce9d17c44a338b4fa3be8715e3b7eb9706f0 (patch) | |
tree | 099a37243cd1eaee46e4c5fbb11148b23662edfb /arch/x86/include/asm/vmx.h | |
parent | kvm: mmu: fix typos in struct kvm_arch (diff) | |
download | linux-e779ce9d17c44a338b4fa3be8715e3b7eb9706f0.tar.xz linux-e779ce9d17c44a338b4fa3be8715e3b7eb9706f0.zip |
kvm: vmx: keep constant definition format consistent
Keep all constants using lowercase "x".
Signed-off-by: Peng Hao <flyingpeng@tencent.com>
Message-Id: <CAPm50aKnctFL_7fZ-eqrz-QGnjW2+DTyDDrhxi7UZVO3HjD8UA@mail.gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/vmx.h')
-rw-r--r-- | arch/x86/include/asm/vmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h index c371ef695fcc..498dc600bd5c 100644 --- a/arch/x86/include/asm/vmx.h +++ b/arch/x86/include/asm/vmx.h @@ -309,7 +309,7 @@ enum vmcs_field { GUEST_LDTR_AR_BYTES = 0x00004820, GUEST_TR_AR_BYTES = 0x00004822, GUEST_INTERRUPTIBILITY_INFO = 0x00004824, - GUEST_ACTIVITY_STATE = 0X00004826, + GUEST_ACTIVITY_STATE = 0x00004826, GUEST_SYSENTER_CS = 0x0000482A, VMX_PREEMPTION_TIMER_VALUE = 0x0000482E, HOST_IA32_SYSENTER_CS = 0x00004c00, |