mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc

Describe all parameters and drop the legacy [NAND Interface] prefix.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200529111322.7184-13-miquel.raynal@bootlin.com
This commit is contained in:
Miquel Raynal 2020-05-29 13:13:06 +02:00
parent 5e179a532a
commit 844cc46460

View File

@ -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,