On Mon, 25 May 2020 19:42:33 +0200 Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote: > Describe all parameters and drop the legacy [NAND Interface] prefix. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx> > --- > drivers/mtd/nand/raw/nand_timings.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/drivers/mtd/nand/raw/nand_timings.c b/drivers/mtd/nand/raw/nand_timings.c > index 36d21be3dfe5..a73d934e86f9 100644 > --- a/drivers/mtd/nand/raw/nand_timings.c > +++ b/drivers/mtd/nand/raw/nand_timings.c > @@ -274,9 +274,10 @@ static const struct nand_data_interface onfi_sdr_timings[] = { > }; > > /** > - * onfi_fill_data_interface - [NAND Interface] Initialize a data interface from > - * given ONFI mode > - * @mode: The ONFI timing mode > + * onfi_fill_data_interface - Initialize a data interface from a given ONFI mode > + * @chip: The NAND chip > + * @type: The data interface type > + * @timing_mode: The ONFI timing mode > */ > int onfi_fill_data_interface(struct nand_chip *chip, > enum nand_data_interface_type type, ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/