aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmcs_shadow_fields.h
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2019-12-11 14:26:20 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2020-01-21 13:57:23 +0100
commit668effb63de8962e931196e4ebeae8387bfe6d3c (patch)
tree069b9cbd2f271839dfa3f69a1398d82c9a28e693 /arch/x86/kvm/vmx/vmcs_shadow_fields.h
parentKVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject() (diff)
downloadlinux-dev-668effb63de8962e931196e4ebeae8387bfe6d3c.tar.xz
linux-dev-668effb63de8962e931196e4ebeae8387bfe6d3c.zip
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>
Diffstat (limited to 'arch/x86/kvm/vmx/vmcs_shadow_fields.h')
-rw-r--r--arch/x86/kvm/vmx/vmcs_shadow_fields.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx/vmcs_shadow_fields.h b/arch/x86/kvm/vmx/vmcs_shadow_fields.h
index eb1ecd16fd22..5f3d95c18c39 100644
--- a/arch/x86/kvm/vmx/vmcs_shadow_fields.h
+++ b/arch/x86/kvm/vmx/vmcs_shadow_fields.h
@@ -28,7 +28,7 @@ BUILD_BUG_ON(1)
/*
* Keeping the fields ordered by size is an attempt at improving
- * branch prediction in vmcs_read_any and vmcs_write_any.
+ * branch prediction in vmcs12_read_any and vmcs12_write_any.
*/
/* 16-bits */