Commit ce97e2bb authored by Randy Dunlap's avatar Randy Dunlap Committed by Boris Brezillon
Browse files

mtd: nand: drop kernel-doc notation for a deleted function parameter



Remove kernel-doc notation for a deleted function parameter to prevent
a kernel-doc warning:

../drivers/mtd/nand/raw/nand_base.c:603: warning: Excess function parameter 'mtd' description in 'panic_nand_wait'

Fixes: f1d46942 ("mtd: rawnand: Pass a nand_chip object to chip->waitfunc()")

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Richard Weinberger <richard@nod.at>
Reviewed-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent be2e1c9d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -590,7 +590,6 @@ retry:

/**
 * panic_nand_wait - [GENERIC] wait until the command is done
 * @mtd: MTD device structure
 * @chip: NAND chip structure
 * @timeo: timeout
 *