[PATCH] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment

Bagas Sanjaya bagasdotme at gmail.com
Tue Apr 26 17:47:51 AEST 2022


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. Refer
Documentation/doc-guide/kernel-doc.rst

Since the function is static, remove the extraneous (second) asterisk at
the head of function comment.

Link: https://lore.kernel.org/linux-doc/202204252334.Cd2IsiII-lkp@intel.com/
Reported-by: kernel test robot <lkp at intel.com>
Cc: Suresh Warrier <warrier at linux.vnet.ibm.com>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Anders Roxell <anders.roxell at linaro.org>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Cc: Arnd Bergmann <arnd at arndb.de>
Cc: Segher Boessenkool <segher at kernel.crashing.org>
Cc: Michael Ellerman <mpe at ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Nicholas Piggin <npiggin at gmail.com>
Cc: Fabiano Rosas <farosas at linux.ibm.com>
Cc: Paolo Bonzini <pbonzini at redhat.com>
Cc: Alexey Kardashevskiy <aik at ozlabs.ru>
Cc: linuxppc-dev at lists.ozlabs.org
Cc: kvm at vger.kernel.org
Cc: stable at vger.kernel.org
Cc: linux-kernel at vger.kernel.org
Signed-off-by: Bagas Sanjaya <bagasdotme at gmail.com>
---
 arch/powerpc/kvm/book3s_hv_rm_xics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kvm/book3s_hv_rm_xics.c b/arch/powerpc/kvm/book3s_hv_rm_xics.c
index 587c33fc45640f..6e16bd751c8423 100644
--- 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)

base-commit: d615b5416f8a1afeb82d13b238f8152c572d59c0
-- 
An old man doll... just what I always wanted! - Clara



More information about the Linuxppc-dev mailing list