OSDN Git Service

KVM: SVM: fix doc warnings
authorChenXiaoSong <chenxiaosong2@huawei.com>
Wed, 9 Jun 2021 12:22:17 +0000 (20:22 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Jun 2021 11:46:54 +0000 (07:46 -0400)
commit02ffbe6351f5c88337143bcbc649832ded7445c0
treea4164876f50f7c5b128c203a8a084440335a85da
parent95bf69b400f41fbba7a2dc49b0152dd7bdc9a508
KVM: SVM: fix doc warnings

Fix kernel-doc warnings:

arch/x86/kvm/svm/avic.c:233: warning: Function parameter or member 'activate' not described in 'avic_update_access_page'
arch/x86/kvm/svm/avic.c:233: warning: Function parameter or member 'kvm' not described in 'avic_update_access_page'
arch/x86/kvm/svm/avic.c:781: warning: Function parameter or member 'e' not described in 'get_pi_vcpu_info'
arch/x86/kvm/svm/avic.c:781: warning: Function parameter or member 'kvm' not described in 'get_pi_vcpu_info'
arch/x86/kvm/svm/avic.c:781: warning: Function parameter or member 'svm' not described in 'get_pi_vcpu_info'
arch/x86/kvm/svm/avic.c:781: warning: Function parameter or member 'vcpu_info' not described in 'get_pi_vcpu_info'
arch/x86/kvm/svm/avic.c:1009: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Signed-off-by: ChenXiaoSong <chenxiaosong2@huawei.com>
Message-Id: <20210609122217.2967131-1-chenxiaosong2@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/avic.c