From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E54A0C433F5 for ; Tue, 26 Apr 2022 11:43:32 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Kng4g3G7Tz3bYZ for ; Tue, 26 Apr 2022 21:43:31 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.crashing.org (client-ip=63.228.1.57; helo=gate.crashing.org; envelope-from=segher@kernel.crashing.org; receiver=) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by lists.ozlabs.org (Postfix) with ESMTP id 4Kng485hZgz2xnR for ; Tue, 26 Apr 2022 21:43:02 +1000 (AEST) Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 23QBccrP019162; Tue, 26 Apr 2022 06:38:38 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 23QBcZpU019161; Tue, 26 Apr 2022 06:38:35 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Tue, 26 Apr 2022 06:38:35 -0500 From: Segher Boessenkool To: Bagas Sanjaya Subject: Re: [PATCH] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment Message-ID: <20220426113835.GM25951@gate.crashing.org> References: <20220426074750.71251-1-bagasdotme@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220426074750.71251-1-bagasdotme@gmail.com> User-Agent: Mutt/1.4.2.3i X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Anders Roxell , kernel test robot , Arnd Bergmann , linux-doc@vger.kernel.org, Alexey Kardashevskiy , Greg Kroah-Hartman , Fabiano Rosas , linux-kernel@vger.kernel.org, Nicholas Piggin , Paul Mackerras , stable@vger.kernel.org, kvm@vger.kernel.org, Suresh Warrier , Paolo Bonzini , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Apr 26, 2022 at 02:47:51PM +0700, Bagas Sanjaya wrote: > 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 > Cc: Suresh Warrier > Cc: Paul Mackerras > Cc: Anders Roxell > Cc: Greg Kroah-Hartman > Cc: Arnd Bergmann > Cc: Segher Boessenkool Please do not Cc: me on random patches, I get enough mail already :-) Segher