From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gJa7J-0003Tm-RR for linux-mtd@lists.infradead.org; Mon, 05 Nov 2018 08:20:19 +0000 Date: Mon, 5 Nov 2018 09:19:46 +0100 From: Miquel Raynal To: Randy Dunlap Cc: LKML , linux-mtd@lists.infradead.org, Boris Brezillon , Richard Weinberger , Andrew Morton Subject: Re: [PATCH] mtd: nand: drop kernel-doc notation for a deleted function parameter Message-ID: <20181105091946.1bd5c854@xps13> In-Reply-To: <88c00c96-cfd2-4ff1-e753-8875501895df@infradead.org> References: <88c00c96-cfd2-4ff1-e753-8875501895df@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Randy, Subject prefix should be "mtd: rawnand:". Randy Dunlap wrote on Sun, 4 Nov 2018 18:38:35 -0800: > From: Randy Dunlap >=20 > Remove kernel-doc notation for a deleted function parameter to prevent > a kernel-doc warning: >=20 > ../drivers/mtd/nand/raw/nand_base.c:603: warning: Excess function paramet= er 'mtd' description in 'panic_nand_wait' >=20 > Fixes: f1d46942e823 ("mtd: rawnand: Pass a nand_chip object to chip->wait= func()") >=20 > Signed-off-by: Randy Dunlap > Cc: Boris Brezillon > Cc: Miquel Raynal > Cc: Richard Weinberger > --- Reviewed-by: Miquel Raynal Thanks, Miqu=C3=A8l