projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d51df
)
KVM: arm64: Fix inject_fault.c kernel-doc warnings
author
Tian Tao
<tiantao6@hisilicon.com>
Tue, 15 Sep 2020 07:21:52 +0000
(15:21 +0800)
committer
Marc Zyngier
<maz@kernel.org>
Fri, 18 Sep 2020 15:17:22 +0000
(16:17 +0100)
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
arch/arm64/kvm/inject_fault.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/inject_fault.c
b/arch/arm64/kvm/inject_fault.c
index ebfdfc27b2bd01038abbb86347002a95efb4c42b..34a96ab244fabdecd2d22bbd9d78e829baa4c816 100644
(file)
--- 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.