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.8 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 5CEC4C433E6 for ; Mon, 25 Jan 2021 23:58:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 130F822AAC for ; Mon, 25 Jan 2021 23:58:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732479AbhAYX6P (ORCPT ); Mon, 25 Jan 2021 18:58:15 -0500 Received: from gloria.sntech.de ([185.11.138.130]:34260 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732068AbhAYX5l (ORCPT ); Mon, 25 Jan 2021 18:57:41 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Bih-00066j-UM; Tue, 26 Jan 2021 00:56:31 +0100 From: Heiko Stuebner To: Lee Jones Cc: Heiko Stuebner , Tero Kristo , Xing Zheng , linux-clk@vger.kernel.org, Pragnesh Patel , Arnd Bergmann , Maxime Ripard , Philipp Zabel , linux-kernel@vger.kernel.org, Fabio Estevam , Stephen Gallimore , linux-arm-kernel@lists.infradead.org, Palmer Dabbelt , Dinh Nguyen , Ray Jui , Stephen Boyd , Pengutronix Kernel Team , linux-rockchip@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, Zong Li , Kees Cook , Pankaj Dev , Michal Simek , =?UTF-8?q?Emilio=20L=C3=B3pez?= , Omri Itach , Michael Turquette , Gregory Clement , linux-riscv@lists.infradead.org, NXP Linux Team , Sascha Hauer , Thomas Abraham , Julia Lawall , Linus Walleij , Scott Branden , Shawn Guo , Paul Walmsley , =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Jernej Skrabec , linux-omap@vger.kernel.org, Chen-Yu Tsai Subject: Re: (subset) [PATCH 00/20] Rid W=1 warnings from Clock Date: Tue, 26 Jan 2021 00:56:22 +0100 Message-Id: <161161878917.2050283.12124477211963150680.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210120093040.1719407-1-lee.jones@linaro.org> References: <20210120093040.1719407-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Jan 2021 09:30:20 +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. > > We should have these nailed in ~2 patchsets. > > Lee Jones (20): > clk: rockchip: clk: Demote non-conformant kernel-doc headers > clk: rockchip: clk-cpu: Remove unused/undocumented struct members > clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment > blocks > clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc > header > clk: bcm: clk-iproc-pll: Demote kernel-doc abuse > clk: sifive: fu540-prci: Declare static const variable > 'prci_clk_fu540' where it's used > clk: socfpga: clk-pll: Remove unused variable 'rc' > clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc' > clk: mvebu: ap-cpu-clk: Demote non-conformant kernel-doc header > clk: imx: clk-imx31: Remove unused static const table 'uart_clks' > clk: st: clkgen-pll: Demote unpopulated kernel-doc header > clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially > filled one > clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw > param > clk: sunxi: clk-sunxi: Demote a bunch of non-conformant kernel-doc > headers > clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter > clk: ti: gate: Fix possible doc-rot in > 'omap36xx_gate_clk_enable_with_hsdiv_restore' > clk: sunxi: clk-a10-ve: Demote obvious kernel-doc abuse > clk: sunxi: clk-mod0: Demote non-conformant kernel-doc header > clk: versatile: clk-icst: Fix worthy struct documentation block > clk: zynq: clkc: Remove various instances of an unused variable 'clk' > > [...] Applied, thanks! [01/20] clk: rockchip: clk: Demote non-conformant kernel-doc headers commit: 415173712003ad7e54de7198979d68a428440ed6 [02/20] clk: rockchip: clk-cpu: Remove unused/undocumented struct members commit: 274ae6da4b3275fea32f0807e6e20715695dd210 [03/20] clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment blocks commit: eee7b95589e61bd7250cada52ddd8039c63535ef [04/20] clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc header commit: d48fbef962b095f7cc22017642fb9055d57fdb53 Best regards, -- Heiko Stuebner 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 B9B5DC433E0 for ; Mon, 25 Jan 2021 23:58:51 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 2C78D22597 for ; Mon, 25 Jan 2021 23:58:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C78D22597 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tPsfrshQZ464roKjjzhC4dPH3OtQRHd7R7QK4NtFiqQ=; b=WJAP4CMDHg3nMdblU5yjId56g MCyf9oyEZFvf0feR6TuEG4J32B5s+coxKXgzXrm88ZI0VxMLntz38FkUywR4v2UZEjICEdJI6/EKj 4+XXbKDzm4mB8eBPAP5SnPc+zxsePfv0e4F2XaFv9aZOIkq+DB7YCLfnjYsd/p72Us//eELpg8yk7 i/l26PC7WS9YWELvP10TOgnYdKo/Fe1FC3u+huU1k37ShxfKlkWX1gAnyn66+xivw2NhAqk7WaBGu XXo1FIhgWdQs3lSXrOHI6iI/5esLcUWg3xQNp5UagJPEQrOCdGNZxAkstZnBborpGlO9fCL5LOyGW kJq2FjKqg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4Bkg-0000ug-K8; Mon, 25 Jan 2021 23:58:34 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4Bix-0000BQ-6I; Mon, 25 Jan 2021 23:56:48 +0000 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Bih-00066j-UM; Tue, 26 Jan 2021 00:56:31 +0100 From: Heiko Stuebner To: Lee Jones Subject: Re: (subset) [PATCH 00/20] Rid W=1 warnings from Clock Date: Tue, 26 Jan 2021 00:56:22 +0100 Message-Id: <161161878917.2050283.12124477211963150680.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210120093040.1719407-1-lee.jones@linaro.org> References: <20210120093040.1719407-1-lee.jones@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210125_185647_341070_025EC9C6 X-CRM114-Status: GOOD ( 13.17 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Stuebner , Michael Turquette , Michal Simek , Zong Li , linux-riscv@lists.infradead.org, Fabio Estevam , linux-clk@vger.kernel.org, Xing Zheng , =?UTF-8?q?Emilio=20L=C3=B3pez?= , Gregory Clement , Stephen Gallimore , linux-rockchip@lists.infradead.org, Chen-Yu Tsai , Thomas Abraham , bcm-kernel-feedback-list@broadcom.com, NXP Linux Team , Philipp Zabel , Linus Walleij , Kees Cook , Arnd Bergmann , Ray Jui , Sascha Hauer , Omri Itach , Maxime Ripard , Paul Walmsley , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Jernej Skrabec , Scott Branden , Tero Kristo , Stephen Boyd , linux-kernel@vger.kernel.org, Julia Lawall , Dinh Nguyen , Pankaj Dev , Palmer Dabbelt , Pengutronix Kernel Team , Shawn Guo , Pragnesh Patel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Wed, 20 Jan 2021 09:30:20 +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. > > We should have these nailed in ~2 patchsets. > > Lee Jones (20): > clk: rockchip: clk: Demote non-conformant kernel-doc headers > clk: rockchip: clk-cpu: Remove unused/undocumented struct members > clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment > blocks > clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc > header > clk: bcm: clk-iproc-pll: Demote kernel-doc abuse > clk: sifive: fu540-prci: Declare static const variable > 'prci_clk_fu540' where it's used > clk: socfpga: clk-pll: Remove unused variable 'rc' > clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc' > clk: mvebu: ap-cpu-clk: Demote non-conformant kernel-doc header > clk: imx: clk-imx31: Remove unused static const table 'uart_clks' > clk: st: clkgen-pll: Demote unpopulated kernel-doc header > clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially > filled one > clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw > param > clk: sunxi: clk-sunxi: Demote a bunch of non-conformant kernel-doc > headers > clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter > clk: ti: gate: Fix possible doc-rot in > 'omap36xx_gate_clk_enable_with_hsdiv_restore' > clk: sunxi: clk-a10-ve: Demote obvious kernel-doc abuse > clk: sunxi: clk-mod0: Demote non-conformant kernel-doc header > clk: versatile: clk-icst: Fix worthy struct documentation block > clk: zynq: clkc: Remove various instances of an unused variable 'clk' > > [...] Applied, thanks! [01/20] clk: rockchip: clk: Demote non-conformant kernel-doc headers commit: 415173712003ad7e54de7198979d68a428440ed6 [02/20] clk: rockchip: clk-cpu: Remove unused/undocumented struct members commit: 274ae6da4b3275fea32f0807e6e20715695dd210 [03/20] clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment blocks commit: eee7b95589e61bd7250cada52ddd8039c63535ef [04/20] clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc header commit: d48fbef962b095f7cc22017642fb9055d57fdb53 Best regards, -- Heiko Stuebner _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 E45F0C433DB for ; Mon, 25 Jan 2021 23:58:36 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 4F76222597 for ; Mon, 25 Jan 2021 23:58:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4F76222597 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0BRy9bhQdxSoPvyoIiIvDXKedFHI2N5A/H0qig7WN9o=; b=IKznR/ZqFNTh3L+GEPby5mGPr Ngz8GAWbnGDYemELB94QmmN5VF7BzYvcU0BQBrJeZAKJTESi2R/9GMf+cANY7O6OXNXK7LQlYCOKw 3zuAp8oPis37idUYuLEdSpYtH5IDM8ikfs/NE67oS4gJk9RjzvY9Ybtqs/zX5aLuC+8eQ6mF/30p2 6M5Y4tunxRkOjrj5QQnPbtBq6CRTC9htQSwyUd5a22i+DhY90FVRRv8G2Xqv3fjs4jwspfm2A/i1B Ae6US+KYOEIZeU/CV3/LEREKhASBWIwY6pQ4yE24ef+Ml0PfGlqfC9c/NIEFh0SkiUiyiPQn1YYwG TaiXXPgtQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4Bkf-0000tm-1W; Mon, 25 Jan 2021 23:58:33 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4Bix-0000BQ-6I; Mon, 25 Jan 2021 23:56:48 +0000 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Bih-00066j-UM; Tue, 26 Jan 2021 00:56:31 +0100 From: Heiko Stuebner To: Lee Jones Subject: Re: (subset) [PATCH 00/20] Rid W=1 warnings from Clock Date: Tue, 26 Jan 2021 00:56:22 +0100 Message-Id: <161161878917.2050283.12124477211963150680.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210120093040.1719407-1-lee.jones@linaro.org> References: <20210120093040.1719407-1-lee.jones@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210125_185647_341070_025EC9C6 X-CRM114-Status: GOOD ( 13.17 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Stuebner , Michael Turquette , Michal Simek , Zong Li , linux-riscv@lists.infradead.org, Fabio Estevam , linux-clk@vger.kernel.org, Xing Zheng , =?UTF-8?q?Emilio=20L=C3=B3pez?= , Gregory Clement , Stephen Gallimore , linux-rockchip@lists.infradead.org, Chen-Yu Tsai , Thomas Abraham , bcm-kernel-feedback-list@broadcom.com, NXP Linux Team , Philipp Zabel , Linus Walleij , Kees Cook , Arnd Bergmann , Ray Jui , Sascha Hauer , Omri Itach , Maxime Ripard , Paul Walmsley , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Jernej Skrabec , Scott Branden , Tero Kristo , Stephen Boyd , linux-kernel@vger.kernel.org, Julia Lawall , Dinh Nguyen , Pankaj Dev , Palmer Dabbelt , Pengutronix Kernel Team , Shawn Guo , Pragnesh Patel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed, 20 Jan 2021 09:30:20 +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. > > We should have these nailed in ~2 patchsets. > > Lee Jones (20): > clk: rockchip: clk: Demote non-conformant kernel-doc headers > clk: rockchip: clk-cpu: Remove unused/undocumented struct members > clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment > blocks > clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc > header > clk: bcm: clk-iproc-pll: Demote kernel-doc abuse > clk: sifive: fu540-prci: Declare static const variable > 'prci_clk_fu540' where it's used > clk: socfpga: clk-pll: Remove unused variable 'rc' > clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc' > clk: mvebu: ap-cpu-clk: Demote non-conformant kernel-doc header > clk: imx: clk-imx31: Remove unused static const table 'uart_clks' > clk: st: clkgen-pll: Demote unpopulated kernel-doc header > clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially > filled one > clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw > param > clk: sunxi: clk-sunxi: Demote a bunch of non-conformant kernel-doc > headers > clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter > clk: ti: gate: Fix possible doc-rot in > 'omap36xx_gate_clk_enable_with_hsdiv_restore' > clk: sunxi: clk-a10-ve: Demote obvious kernel-doc abuse > clk: sunxi: clk-mod0: Demote non-conformant kernel-doc header > clk: versatile: clk-icst: Fix worthy struct documentation block > clk: zynq: clkc: Remove various instances of an unused variable 'clk' > > [...] Applied, thanks! [01/20] clk: rockchip: clk: Demote non-conformant kernel-doc headers commit: 415173712003ad7e54de7198979d68a428440ed6 [02/20] clk: rockchip: clk-cpu: Remove unused/undocumented struct members commit: 274ae6da4b3275fea32f0807e6e20715695dd210 [03/20] clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment blocks commit: eee7b95589e61bd7250cada52ddd8039c63535ef [04/20] clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc header commit: d48fbef962b095f7cc22017642fb9055d57fdb53 Best regards, -- Heiko Stuebner _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 8319FC433DB for ; Tue, 26 Jan 2021 00:00:13 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 0374622597 for ; Tue, 26 Jan 2021 00:00:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0374622597 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TF2ZzIYV80+iCEbG2+D8oireXZMPrVOM7GLB5zT02ko=; b=dACxvKt5Khy4RjnPpRouohCCc JJ0DgUJfeHqKvXjet9RriUe1FwhsbpSADrHolXluuPAarFHQWUN2/GYRgG5n53oolGPrB+u1m4nwJ tfC23iQGtvPXxcXbwQTtUTz1UdxJou9DsW+7JepS0CGF7nCYp+TxdhXsvUUtuCCKXIWSm8MDzdtCa ZL+u81OuyOKTJONIfVeEaFCIlGEOCjhZTKucyfIrIJRnUXdDoZqQ6Wtz11C2+qiY8/DpXNvQS7XvD HrxRU+Kq35ocAx4oSdQvqi7Wd6nYphEJONhe0YiK0bVr0rwyaLEOWP5L0TSnB7wcYxnfHFG9/kTOz 2zMprUw2Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4Bkc-0000rR-3d; Mon, 25 Jan 2021 23:58:30 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4Bix-0000BQ-6I; Mon, 25 Jan 2021 23:56:48 +0000 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Bih-00066j-UM; Tue, 26 Jan 2021 00:56:31 +0100 From: Heiko Stuebner To: Lee Jones Subject: Re: (subset) [PATCH 00/20] Rid W=1 warnings from Clock Date: Tue, 26 Jan 2021 00:56:22 +0100 Message-Id: <161161878917.2050283.12124477211963150680.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210120093040.1719407-1-lee.jones@linaro.org> References: <20210120093040.1719407-1-lee.jones@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210125_185647_341070_025EC9C6 X-CRM114-Status: GOOD ( 13.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Stuebner , Michael Turquette , Michal Simek , Zong Li , linux-riscv@lists.infradead.org, Fabio Estevam , linux-clk@vger.kernel.org, Xing Zheng , =?UTF-8?q?Emilio=20L=C3=B3pez?= , Gregory Clement , Stephen Gallimore , linux-rockchip@lists.infradead.org, Chen-Yu Tsai , Thomas Abraham , bcm-kernel-feedback-list@broadcom.com, NXP Linux Team , Philipp Zabel , Linus Walleij , Kees Cook , Arnd Bergmann , Ray Jui , Sascha Hauer , Omri Itach , Maxime Ripard , Paul Walmsley , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Jernej Skrabec , Scott Branden , Tero Kristo , Stephen Boyd , linux-kernel@vger.kernel.org, Julia Lawall , Dinh Nguyen , Pankaj Dev , Palmer Dabbelt , Pengutronix Kernel Team , Shawn Guo , Pragnesh Patel 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 Wed, 20 Jan 2021 09:30:20 +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. > > We should have these nailed in ~2 patchsets. > > Lee Jones (20): > clk: rockchip: clk: Demote non-conformant kernel-doc headers > clk: rockchip: clk-cpu: Remove unused/undocumented struct members > clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment > blocks > clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc > header > clk: bcm: clk-iproc-pll: Demote kernel-doc abuse > clk: sifive: fu540-prci: Declare static const variable > 'prci_clk_fu540' where it's used > clk: socfpga: clk-pll: Remove unused variable 'rc' > clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc' > clk: mvebu: ap-cpu-clk: Demote non-conformant kernel-doc header > clk: imx: clk-imx31: Remove unused static const table 'uart_clks' > clk: st: clkgen-pll: Demote unpopulated kernel-doc header > clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially > filled one > clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw > param > clk: sunxi: clk-sunxi: Demote a bunch of non-conformant kernel-doc > headers > clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter > clk: ti: gate: Fix possible doc-rot in > 'omap36xx_gate_clk_enable_with_hsdiv_restore' > clk: sunxi: clk-a10-ve: Demote obvious kernel-doc abuse > clk: sunxi: clk-mod0: Demote non-conformant kernel-doc header > clk: versatile: clk-icst: Fix worthy struct documentation block > clk: zynq: clkc: Remove various instances of an unused variable 'clk' > > [...] Applied, thanks! [01/20] clk: rockchip: clk: Demote non-conformant kernel-doc headers commit: 415173712003ad7e54de7198979d68a428440ed6 [02/20] clk: rockchip: clk-cpu: Remove unused/undocumented struct members commit: 274ae6da4b3275fea32f0807e6e20715695dd210 [03/20] clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment blocks commit: eee7b95589e61bd7250cada52ddd8039c63535ef [04/20] clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc header commit: d48fbef962b095f7cc22017642fb9055d57fdb53 Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel