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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,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 B6166C5519F for ; Fri, 20 Nov 2020 12:03:47 +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 68DC822226 for ; Fri, 20 Nov 2020 12:03:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 68DC822226 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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 4CcwDs1Kf9zDqDF for ; Fri, 20 Nov 2020 23:03:41 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=bootlin.com (client-ip=217.70.178.242; helo=mslow2.mail.gandi.net; envelope-from=miquel.raynal@bootlin.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from mslow2.mail.gandi.net (mslow2.mail.gandi.net [217.70.178.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Ccw4k5QbXzDqtv for ; Fri, 20 Nov 2020 22:56:36 +1100 (AEDT) Received: from relay10.mail.gandi.net (unknown [217.70.178.230]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 0C2113AE6CF for ; Fri, 20 Nov 2020 11:43:24 +0000 (UTC) Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id AE8DE240009; Fri, 20 Nov 2020 11:42:47 +0000 (UTC) Date: Fri, 20 Nov 2020 12:42:46 +0100 From: Miquel Raynal To: Lee Jones Subject: Re: [PATCH v3 23/23] mtd: devices: powernv_flash: Add function names to headers and fix 'dev' Message-ID: <20201120124246.4aee04d6@xps13> In-Reply-To: <20201120075000.GA1869941@dell> References: <20201109182206.3037326-24-lee.jones@linaro.org> <20201119210716.25046-1-miquel.raynal@bootlin.com> <20201120075000.GA1869941@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: quoted-printable 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: Vignesh Raghavendra , linux-kernel@vger.kernel.org, Richard Weinberger , Paul Mackerras , linux-mtd@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hello, Lee Jones wrote on Fri, 20 Nov 2020 07:50:00 +0000: > On Thu, 19 Nov 2020, Miquel Raynal wrote: >=20 > > On Mon, 2020-11-09 at 18:22:06 UTC, Lee Jones wrote: =20 > > > Fixes the following W=3D1 kernel build warning(s): > > >=20 > > > drivers/mtd/devices/powernv_flash.c:129: warning: Cannot understand = * @mtd: the device > > > drivers/mtd/devices/powernv_flash.c:145: warning: Cannot understand = * @mtd: the device > > > drivers/mtd/devices/powernv_flash.c:161: warning: Cannot understand = * @mtd: the device > > > drivers/mtd/devices/powernv_flash.c:184: warning: Function parameter= or member 'dev' not described in 'powernv_flash_set_driver_info' > > >=20 > > > Cc: Miquel Raynal > > > Cc: Richard Weinberger > > > Cc: Vignesh Raghavendra > > > Cc: Michael Ellerman > > > Cc: Benjamin Herrenschmidt > > > Cc: Paul Mackerras > > > Cc: linux-mtd@lists.infradead.org > > > Cc: linuxppc-dev@lists.ozlabs.org > > > Signed-off-by: Lee Jones =20 > >=20 > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.gi= t nand/next, thanks. =20 >=20 > Superstar. Thanks for your help Miquel. >=20 haha :) well it was late, I applied these patches to the wrong branch, I just moved them to the mtd/next branch, sorry for the push -f :) Cheers, Miqu=C3=A8l