]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
authorXiaoyao Li <xiaoyao.li@intel.com>
Fri, 6 Dec 2019 08:45:26 +0000 (16:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:41:54 +0000 (11:41 +0100)
commit495a9af383466a044fdb1d5874efeeb64eb2e041
tree989c86ae3b2fbd172aa917a0e99a73685a5a6b8b
parentd0575146444e54a2a925febe0258f16e1d919a7c
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING

[ Upstream commit 11cac0299b8e48390b999452851d163781db837e ]

The mis-spelling is found by checkpatch.pl, so fix them.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Stable-dep-of: 31de69f4eea7 ("KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/include/asm/vmx.h
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c
tools/testing/selftests/kvm/include/x86_64/vmx.h
tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c