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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 85FDFC41604 for ; Tue, 6 Oct 2020 07:10:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 187232075A for ; Tue, 6 Oct 2020 07:10:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="BvV/bRRt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727231AbgJFHKr (ORCPT ); Tue, 6 Oct 2020 03:10:47 -0400 Received: from z5.mailgun.us ([104.130.96.5]:55105 "EHLO z5.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727142AbgJFHKq (ORCPT ); Tue, 6 Oct 2020 03:10:46 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1601968246; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=S4ry1exweSv9gx5dykPZjv1gMnLEMlWSvrg/dKuIIu8=; b=BvV/bRRtBUE59OXPI/UXGRuvypAZe71ck8SVXO7DfUFyKWh21MThXiECnIOqRmosKRkwDFuv ufo6hs2BPWqssbPuIwaxom7iIrDSEPyZC0WF5k52Ibm1eK9gP8AluNdkxCjcig094ZhjZHGN fXogwKwppfKfGrFR28yB80r0ZVw= X-Mailgun-Sending-Ip: 104.130.96.5 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 5f7c187552f4fccef071c187 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 06 Oct 2020 07:10:45 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 39E07C43382; Tue, 6 Oct 2020 07:10:45 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id A2584C433CB; Tue, 6 Oct 2020 07:10:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A2584C433CB Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Lee Jones Cc: davem@davemloft.net, kuba@kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Luciano Coelho Subject: Re: [PATCH v2 00/29] [Set 1,2,3] Rid W=1 warnings in Wireless References: <20200910065431.657636-1-lee.jones@linaro.org> <20201002090353.GS6148@dell> <87362rdhv2.fsf@codeaurora.org> <20201006065617.GX6148@dell> Date: Tue, 06 Oct 2020 10:10:40 +0300 In-Reply-To: <20201006065617.GX6148@dell> (Lee Jones's message of "Tue, 6 Oct 2020 07:56:17 +0100") Message-ID: <87lfgjbzin.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Lee Jones writes: > On Tue, 06 Oct 2020, Kalle Valo wrote: > >> Lee Jones writes: >> >> > On Thu, 10 Sep 2020, Lee Jones wrote: >> > >> >> This is a rebased/re-worked set of patches which have been >> >> previously posted to the mailing list(s). >> >> >> >> 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. >> >> >> >> There are quite a few W=1 warnings in the Wireless. My plan >> >> is to work through all of them over the next few weeks. >> >> Hopefully it won't be too long before drivers/net/wireless >> >> builds clean with W=1 enabled. >> >> >> >> Lee Jones (29): >> >> iwlwifi: dvm: Demote non-compliant kernel-doc headers >> >> iwlwifi: rs: Demote non-compliant kernel-doc headers >> >> iwlwifi: dvm: tx: Demote non-compliant kernel-doc headers >> >> iwlwifi: dvm: lib: Demote non-compliant kernel-doc headers >> >> iwlwifi: calib: Demote seemingly unintentional kerneldoc header >> >> wil6210: Fix a couple of formatting issues in 'wil6210_debugfs_init' >> >> iwlwifi: dvm: sta: Demote a bunch of nonconformant kernel-doc headers >> >> iwlwifi: mvm: ops: Remove unused static struct 'iwl_mvm_debug_names' >> >> iwlwifi: dvm: Demote a couple of nonconformant kernel-doc headers >> >> iwlwifi: mvm: utils: Fix some doc-rot >> >> iwlwifi: dvm: scan: Demote a few nonconformant kernel-doc headers >> >> iwlwifi: dvm: rxon: Demote non-conformant kernel-doc headers >> >> iwlwifi: mvm: tx: Demote misuse of kernel-doc headers >> >> iwlwifi: dvm: devices: Fix function documentation formatting issues >> >> iwlwifi: iwl-drv: Provide descriptions debugfs dentries >> >> wil6210: wmi: Fix formatting and demote non-conforming function >> >> headers >> >> wil6210: interrupt: Demote comment header which is clearly not >> >> kernel-doc >> >> wil6210: txrx: Demote obvious abuse of kernel-doc >> >> wil6210: txrx_edma: Demote comments which are clearly not kernel-doc >> >> wil6210: pmc: Demote a few nonconformant kernel-doc function headers >> >> wil6210: wil_platform: Demote kernel-doc header to standard comment >> >> block >> >> wil6210: wmi: Correct misnamed function parameter 'ptr_' >> >> ath6kl: wmi: Remove unused variable 'rate' >> >> ath9k: ar9002_initvals: Remove unused array >> >> 'ar9280PciePhy_clkreq_off_L1_9280' >> >> ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100' >> >> ath9k: ar5008_initvals: Remove unused table entirely >> >> ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are >> >> used >> >> brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1' >> >> brcmsmac: phy_lcn: Remove unused variable >> >> 'lcnphy_rx_iqcomp_table_rev0' >> > >> > What's happening with all of these iwlwifi patches? >> > >> > Looks like they are still not applied. >> >> Luca (CCed) takes iwlwifi patches to his iwlwifi tree. > > Thanks Kalle. > > Luca, > > Do you know why these patches have not been applied yet? Do you > plan on applying them this week? -rc1 is not due for release for > nearly 3 weeks now that Linus tagged an -rc8. I can also take Lee's patches directly to wireless-drivers-next, if that's easier for Luca. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches