]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Fix some wrong function names in comment
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 11 Dec 2019 06:26:20 +0000 (14:26 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Jan 2020 12:57:23 +0000 (13:57 +0100)
commit9fc49a5ccb2c792eafb2ac0cc521cf6ce9c5cee7
tree069b9cbd2f271839dfa3f69a1398d82c9a28e693
parente167bb3c85be12b341f333780e568cdbd03d3b6a
KVM: Fix some wrong function names in comment

Fix some wrong function names in comment. mmu_check_roots is a typo for
mmu_check_root, vmcs_read_any should be vmcs12_read_any and so on.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmcs_shadow_fields.h
virt/kvm/kvm_main.c