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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 966E3C2D0E4 for ; Thu, 19 Nov 2020 11:08:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AD1F246B2 for ; Thu, 19 Nov 2020 11:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbgKSLIL convert rfc822-to-8bit (ORCPT ); Thu, 19 Nov 2020 06:08:11 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:33117 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbgKSLIK (ORCPT ); Thu, 19 Nov 2020 06:08:10 -0500 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 358566000F; Thu, 19 Nov 2020 11:08:06 +0000 (UTC) Date: Thu, 19 Nov 2020 12:08:04 +0100 From: Miquel Raynal To: Lee Jones Cc: linux-kernel@vger.kernel.org, Richard Weinberger , Vignesh Raghavendra , Nicolas Pitre , Thomas Gleixner , David Woodhouse , linux-mtd@lists.infradead.org Subject: Re: [PATCH v2 01/23] mtd: mtdpart: Fix misdocumented function parameter 'mtd' Message-ID: <20201119120804.549e2e79@xps13> In-Reply-To: <20201119091402.GY1869941@dell> References: <20201106213655.1838861-1-lee.jones@linaro.org> <20201106213655.1838861-2-lee.jones@linaro.org> <20201119091402.GY1869941@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 Thu, 19 Nov 2020 09:14:02 +0000: > On Fri, 06 Nov 2020, Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/mtd/mtdpart.c:300: warning: Function parameter or member 'mtd' not described in '__mtd_del_partition' > > drivers/mtd/mtdpart.c:300: warning: Excess function parameter 'priv' description in '__mtd_del_partition' > > > > Cc: Miquel Raynal > > Cc: Richard Weinberger > > Cc: Vignesh Raghavendra > > Cc: Nicolas Pitre > > Cc: Thomas Gleixner > > Cc: David Woodhouse > > Cc: linux-mtd@lists.infradead.org > > Signed-off-by: Lee Jones > > Is there anything else you need from me Miquel, or does the set now > look suitable for inclusion? > It's totally fine by me, I will apply the series soon. Thanks! Miquèl