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 X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4FA10C07E99 for ; Mon, 12 Jul 2021 14:34:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1ECBA61026 for ; Mon, 12 Jul 2021 14:34:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1ECBA61026 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LbI3uz9TAetDX3Hpvb1WzeGU7DlJeakvzaVlPhNqwg4=; b=rsKBVYpKbCAv3S 02dzls9aHBXW+8QkJTUevEMRrt33WONG5ZJ2i9RLojoveqbeiU/0pCRQCWCAIIF2aHmKX3lGYec8A VWe5tLc4aS1oRSXnoeoY1CpTbwh+McqE55bwaso3R310bBH3F98415NybBy87inokHTa9quojeNmv +vxjIapU3oipl5DDh/inxqJxrbJ9oLuzTYGxkcqVZBdXINA0okEudvbMVAoFtCNVUf7M6tr7PZ+XY /66DpzPbStW0CJkOEM4b3HTxjJf4aLwND1pofVTw3gnR48ZXyehmWnO51N9KtDQ+2Vnyel3tOeOdQ cTAKWmkWazWMk88QhTNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2wzV-007asF-Ah; Mon, 12 Jul 2021 14:33:02 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2wz5-007aWC-9o for linux-arm-kernel@lists.infradead.org; Mon, 12 Jul 2021 14:32:37 +0000 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 A2AC31FB; Mon, 12 Jul 2021 07:32:34 -0700 (PDT) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 27E013F774; Mon, 12 Jul 2021 07:32:34 -0700 (PDT) Date: Mon, 12 Jul 2021 15:32:31 +0100 From: Cristian Marussi To: Sudeep Holla Cc: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] firmware: arm_scmi: Fix kernel doc warnings Message-ID: <20210712143231.GA6592@e120937-lin> References: <20210712130801.2436492-1-sudeep.holla@arm.com> <20210712130801.2436492-2-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210712130801.2436492-2-sudeep.holla@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210712_073235_429267_AA92625A X-CRM114-Status: UNSURE ( 9.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jul 12, 2021 at 02:08:01PM +0100, Sudeep Holla wrote: > Kernel doc validation script is unhappy and complains with the below set > of warnings. > > | Function parameter or member 'fast_switch_possible' not described in 'scmi_perf_proto_ops' > | Function parameter or member 'power_scale_mw_get' not described in 'scmi_perf_proto_ops' > | cannot understand function prototype: 'struct scmi_sensor_reading ' > | cannot understand function prototype: 'struct scmi_range_attrs ' > | cannot understand function prototype: 'struct scmi_sensor_axis_info ' > | cannot understand function prototype: 'struct scmi_sensor_intervals_info ' > > Fix them adding appropriate documents or missing keywords. > Hi, LGTM. I've found a few more kernel-doc warning in SCMI stack. I'll send those in a separate patch if you'd wanna put all together. FWIW, Reviewed-by: Cristian Marussi Thanks, Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel