diff options
author | Lai Jiangshan | 2021-11-18 19:08:06 +0800 |
---|---|---|
committer | Paolo Bonzini | 2021-12-08 04:25:06 -0500 |
commit | fe26f91d30fb129a56f68a880a03ad49d127c07a (patch) | |
tree | 192e9e2e86d1cc985eb5b03c2417d679c3bdaed0 /arch | |
parent | ed07ef5a66e486215bf3f51037c44d10fc9a5a1c (diff) |
KVM: VMX: Change comments about vmx_get_msr()
The variable name is changed in the code.
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Message-Id: <20211118110814.2568-8-jiangshanlai@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kvm/vmx/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index 00f8203da726..041ab537e160 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -1757,7 +1757,7 @@ static int vmx_get_msr_feature(struct kvm_msr_entry *msr) } /* - * Reads an msr value (of 'msr_index') into 'pdata'. + * Reads an msr value (of 'msr_info->index') into 'msr_info->data'. * Returns 0 on success, non-0 otherwise. * Assumes vcpu_load() was already called. */ |