projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2852ebf
)
KVM: PPC: Book3S HV: remove extraneous asterisk from rm_host_ipi_action() comment
author
Bagas Sanjaya
<bagasdotme@gmail.com>
Fri, 6 May 2022 07:07:47 +0000
(14:07 +0700)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 18 May 2022 13:27:24 +0000
(23:27 +1000)
kernel test robot reported kernel-doc warning for rm_host_ipi_action():
arch/powerpc/kvm/book3s_hv_rm_xics.c:887: warning: This comment starts with '/**', but isn't a kernel-doc comment.
* Host Operations poked by RM KVM
Since the function is static, remove the extraneous (second) asterisk at
the head of function comment.
Fixes:
0c2a66062470cd
("KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/linux-doc/202204252334.Cd2IsiII-lkp@intel.com/
Link:
https://lore.kernel.org/r/20220506070747.16309-1-bagasdotme@gmail.com
arch/powerpc/kvm/book3s_hv_rm_xics.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/book3s_hv_rm_xics.c
b/arch/powerpc/kvm/book3s_hv_rm_xics.c
index 587c33fc45640fd0e808766c94fe72c742ff4a97..6e16bd751c8423f7b951e09c0e30af1c90347537 100644
(file)
--- a/
arch/powerpc/kvm/book3s_hv_rm_xics.c
+++ b/
arch/powerpc/kvm/book3s_hv_rm_xics.c
@@
-883,7
+883,7
@@
long kvmppc_deliver_irq_passthru(struct kvm_vcpu *vcpu,
/* --- Non-real mode XICS-related built-in routines --- */
-/*
*
+/*
* Host Operations poked by RM KVM
*/
static void rm_host_ipi_action(int action, void *data)