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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DAB8C433F5 for ; Thu, 19 May 2022 15:14:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240729AbiESPOK (ORCPT ); Thu, 19 May 2022 11:14:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240571AbiESPNw (ORCPT ); Thu, 19 May 2022 11:13:52 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4DB93EC32A; Thu, 19 May 2022 08:13:44 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E9B8014BF; Thu, 19 May 2022 08:13:43 -0700 (PDT) Received: from bogus (unknown [10.57.66.157]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E31403F66F; Thu, 19 May 2022 08:13:40 -0700 (PDT) Date: Thu, 19 May 2022 16:13:34 +0100 From: Sudeep Holla To: Krzysztof Kozlowski Cc: Jassi Brar , Viresh Kumar , Tushar Khandelwal , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Manivannan Sadhasivam , Andy Gross , Bjorn Andersson , Peng Fan , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 1/2] mailbox: correct kerneldoc Message-ID: <20220519151334.64t5zsudz7dd35im@bogus> References: <20220501103428.111286-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220501103428.111286-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 01, 2022 at 12:34:27PM +0200, Krzysztof Kozlowski wrote: > Correct kerneldoc warnings like: > > drivers/mailbox/arm_mhu_db.c:47: > warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/mailbox/qcom-ipcc.c:58: > warning: Function parameter or member 'num_chans' not described in 'qcom_ipcc' > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/mailbox/arm_mhu_db.c | 2 +- I thought I had copied it from arm_mhuc.c but apparently not. Anyways, Acked-by: Sudeep Holla -- Regards, Sudeep