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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 A3C07C55ABD for ; Thu, 12 Nov 2020 11:54:06 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 702FE221FE for ; Thu, 12 Nov 2020 11:54:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 702FE221FE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CX0PL17CCzDqsm for ; Thu, 12 Nov 2020 22:53:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=temperror (SPF Temporary Error: DNS The DNS operation timed out after 21.11820387840271 seconds) smtp.mailfrom=sntech.de (client-ip=185.11.138.130; helo=gloria.sntech.de; envelope-from=heiko@sntech.de; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=sntech.de X-Greylist: delayed 1402 seconds by postgrey-1.36 at bilbo; Thu, 12 Nov 2020 22:40:11 AEDT Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CX05R4JghzDqP4 for ; Thu, 12 Nov 2020 22:39:49 +1100 (AEDT) Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdAaB-0000QA-9Q; Thu, 12 Nov 2020 12:16:03 +0100 From: Heiko Stuebner To: Lee Jones Subject: Re: [PATCH 00/25] Rid W=1 warnings in SoC Date: Thu, 12 Nov 2020 12:16:00 +0100 Message-Id: <160517975455.81506.16289432612279089945.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201103152838.1290217-1-lee.jones@linaro.org> References: <20201103152838.1290217-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Heiko Stuebner , Liam Girdwood , Roy Pledge , linux-kernel@vger.kernel.org, Scott Wood , Thierry Reding , Qiang Zhao , linux-samsung-soc@vger.kernel.org, "Rafael J. Wysocki" , YueHaibing , Sandeep Nair , Krzysztof Kozlowski , Jonathan Hunter , linux-rockchip@lists.infradead.org, act , Andy Gross , bcm-kernel-feedback-list@broadcom.com, Cyril Chemparathy , linux-arm-msm@vger.kernel.org, Florian Fainelli , Santosh Shilimkar , linux-tegra@vger.kernel.org, Bjorn Andersson , linux-arm-kernel@lists.infradead.org, "Software, Inc" , Dave Gerlach , Doug Anderson , Li Yang , Ben Dooks , Mark Brown , Dan Malek , Vitaly Bordug , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, 3 Nov 2020 15:28:13 +0000, Lee Jones wrote: > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. > > Lee Jones (25): > soc: bcm: brcmstb: pm: pm-arm: Provide prototype for > brcmstb_pm_s3_finish() > soc: qcom: qcom_aoss: Remove set but unused variable 'tlen' > soc: qcom: qcom_aoss: Add missing description for 'cooling_devs' > soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanours > soc: rockchip: io-domain: Remove incorrect and incomplete comment > header > soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret' > soc: ti: knav_qmss_queue: Fix a whole host of function documentation > issues > soc: ti: knav_dma: Fix a kernel function doc formatting issue > soc: ti: pm33xx: Remove set but unused variable 'ret' > soc: ti: wkup_m3_ipc: Document 'm3_ipc' parameter throughout > soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr' > soc: qcom: qcom-geni-se: Fix misnamed function parameter 'rx_rfr' > soc: tegra: fuse: speedo-tegra124: Remove some set but unused > variables > soc: samsung: s3c-pm-check: Fix incorrectly named variable 'val' > soc: qcom: rpmh: Fix possible doc-rot in rpmh_write()'s header > soc: qcom: smem: Fix formatting and missing documentation issues > soc: qcom: smsm: Fix some kernel-doc formatting and naming problems > soc: qcom: wcnss_ctrl: Demote non-conformant struct header and fix > function headers > soc: qcom: smp2p: Remove unused struct attribute provide another > soc: qcom: llcc-qcom: Fix expected kernel-doc formatting > soc: qcom: rpmhpd: Provide some missing struct member descriptions > soc: qcom: kryo-l2-accessors: Fix misnaming of 'val' > soc: ti: k3-ringacc: Provide documentation for 'k3_ring's 'state' > soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused > variables > soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq' > > [...] Applied, thanks! [1/1] soc: rockchip: io-domain: Remove incorrect and incomplete comment header commit: a6a3a24c129d229a0eb26b329ab617e2a04245dd Best regards, -- Heiko Stuebner