Hi Randy, Subject prefix should be "mtd: rawnand:".
Randy Dunlap <[email protected]> wrote on Sun, 4 Nov 2018 18:38:35 -0800: > From: Randy Dunlap <[email protected]> > > 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: f1d46942e823 ("mtd: rawnand: Pass a nand_chip object to > chip->waitfunc()") > > Signed-off-by: Randy Dunlap <[email protected]> > Cc: Boris Brezillon <[email protected]> > Cc: Miquel Raynal <[email protected]> > Cc: Richard Weinberger <[email protected]> > --- Reviewed-by: Miquel Raynal <[email protected]> Thanks, Miquèl

