summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2020-09-15 15:21:52 +0800
committerMarc Zyngier <maz@kernel.org>2020-09-18 16:17:22 +0100
commit8a4374f97deefb36f927c608af63dcc925521b3c (patch)
treedf4403cc3e3a312fc9800a37b34d60828e73e73e
parentf4d51dffc6c01a9e94650d95ce0104964f8ae822 (diff)
downloadlinux-8a4374f97deefb36f927c608af63dcc925521b3c.tar.bz2
KVM: arm64: Fix inject_fault.c kernel-doc warnings
Fix kernel-doc warnings. arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member 'vcpu' not described in 'kvm_inject_undefined' Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/1600154512-44624-1-git-send-email-tiantao6@hisilicon.com
-rw-r--r--arch/arm64/kvm/inject_fault.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kvm/inject_fault.c b/arch/arm64/kvm/inject_fault.c
index ebfdfc27b2bd..34a96ab244fa 100644
--- a/arch/arm64/kvm/inject_fault.c
+++ b/arch/arm64/kvm/inject_fault.c
@@ -202,6 +202,7 @@ void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr)
/**
* kvm_inject_undefined - inject an undefined instruction into the guest
+ * @vcpu: The vCPU in which to inject the exception
*
* It is assumed that this code is called from the VCPU thread and that the
* VCPU therefore is not currently executing guest code.