Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1274893pxb; Fri, 6 Nov 2020 05:48:22 -0800 (PST) X-Google-Smtp-Source: ABdhPJzbmbVLxOSkBbkeMc7HoFLGvHdaq3VEIlUjoZ0XTdk7l/aTFrehq3h0oTWwrAdUPHsqnLmh X-Received: by 2002:a17:907:4302:: with SMTP id nh2mr2020822ejb.451.1604670502405; Fri, 06 Nov 2020 05:48:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604670502; cv=none; d=google.com; s=arc-20160816; b=hqKNr4OU4/sNyNITwY/GmJddNMKX7N9YWZsz5CiRHCkRs2rwP3NuceoCKR1c2r0s7P jH3I+zLOwkRRi9drmbfae/9GbAFRCj49+QXlDgIT+5e++1ddI1dxu7Hqirclr7cRMnEy D8rm2OhKdw3caKXt6g2g1vIOqabMUgVZpBX6oY2yG/8U+fjfbn7bsVCutsHnsLKx73s3 NegLt9qMCHFzSGIrf24C3uN+V3bqqXVa6HpstACsEr+jQ3lh/NQWRRVJ07Kois7GkA/Q BXpQilpZVtiMA51fgl54WcAveC5J6vejTaYCavUn5njWNt1T2mkFxRie6N5cGIh/Odvt D+sA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=dCsUki3mMd1o3h0pS1W+FQoQ4VNpDnMGjGpaBtf+s8c=; b=yxfzE5tw1CzboT58YwYEPgvKKDHUee+HdFFeX6xGKeYcFlMnsbz8CkdVx1yRvNVEp9 nRjgwCipOBLDynkYIYuyLD3G0tisGBnSNfWCNimSazjgOZ4jyRgJnzrUST16QBoHIsiR kjbv1rB3pCHkqC9rFlS/+zt+86czkIRTsItJUhKA0TRz5shH37JblhPPfxycmnPcvxTE WcHTZ+mqrprMUEEBt6oU02Fe5AK5InypUfXDBd0fo/cZQhL8yzK2rfuVuc/KIWI7SxcM pzpw70os5HJ0SMA5upqoM/LyHDzUTPOac801B896Z8+o5Gx3YclGdn2lD5R22FclpYKi LqgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c8si935263edr.540.2020.11.06.05.47.59; Fri, 06 Nov 2020 05:48:22 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727530AbgKFNoZ convert rfc822-to-8bit (ORCPT + 99 others); Fri, 6 Nov 2020 08:44:25 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:51497 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727417AbgKFNoZ (ORCPT ); Fri, 6 Nov 2020 08:44:25 -0500 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 3FF1DFF803; Fri, 6 Nov 2020 13:44:22 +0000 (UTC) Date: Fri, 6 Nov 2020 14:44:20 +0100 From: Miquel Raynal To: Lee Jones Cc: vigneshr@ti.com, richard@nod.at, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH 00/23] Rid W=1 warnings in MTD Message-ID: <20201106144420.13c18b97@xps13> In-Reply-To: <20201106133247.GI2063125@dell> References: <20201102115406.1074327-1-lee.jones@linaro.org> <20201106133247.GI2063125@dell> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) 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 Hi Lee, Lee Jones wrote on Fri, 6 Nov 2020 13:32:47 +0000: > > 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 (23): > > mtd: mtdpart: Fix misdocumented function parameter 'mtd' > > mtd: devices: phram: File headers are not good candidates for > > kernel-doc > > mtd: nand: onenand: onenand_base: Fix expected kernel-doc formatting > > mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' > > issues > > mtd: mtdcore: Fix misspelled function parameter 'section' > > mtd: nand: onenand: onenand_bbt: Fix expected kernel-doc formatting > > mtd: spi-nor: controllers: hisi-sfc: Demote non-conformant kernel-doc > > mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_param > > mtd: nand: spi: toshiba: Demote non-conformant kernel-doc header > > mtd: ubi: kapi: Correct documentation for 'ubi_leb_read_sg's 'sgl' > > parameter > > mtd: ubi: eba: Fix a couple of misdocumentation issues > > mtd: ubi: wl: Fix a couple of kernel-doc issues > > mtd: nand: raw: brcmnand: brcmnand: Demote non-conformant kernel-doc > > headers > > mtd: ubi: gluebi: Fix misnamed function parameter documentation > > mtd: nand: raw: diskonchip: Marking unused variables as > > __always_unused > > mtd: nand: raw: cafe_nand: Remove superfluous param doc and add > > another > > mtd: nand: raw: s3c2410: Add documentation for 2 missing struct > > members > > mtd: nand: raw: omap_elm: Finish half populated function header, > > demote empty ones > > mtd: nand: raw: omap2: Fix a bunch of kernel-doc misdemeanours > > mtd: nand: raw: sunxi_nand: Document 'sunxi_nfc's 'caps' member > > mtd: nand: raw: arasan-nand-controller: Document 'anfc_op's 'buf' > > member > > mtd: nand: onenand: onenand_base: Fix some kernel-doc misdemeanours > > mtd: devices: powernv_flash: Add function names to headers and fix > > 'dev' > > May I ask; what is the plan for these patches please? > > Do you plan on taking the ones that do not require re-work, rather > than fixing up and re-submitting the whole set. It would certainly > save a lot of mailing list churn if that were the case. > > Either way, let me know and I will abide by your decision. > I would prefer receiving a v2 with all the patches if you don't mind. Thanks, Miquèl