Skip to content

Commit 43651e6

Browse files
committed
mtd: rawnand: Fix nand_chip kdoc
Describe the continuous read nand_chip fields to avoid the following htmldocs warning: include/linux/mtd/rawnand.h:1325: warning: Function parameter or member 'cont_read' not described in 'nand_chip' Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: 003fe4b ("mtd: rawnand: Support for sequential cache reads") Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230116094735.11483-1-miquel.raynal@bootlin.com
1 parent a2cfa6a commit 43651e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/linux/mtd/rawnand.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,10 @@ struct nand_secure_region {
12601260
* @read_retries: The number of read retry modes supported
12611261
* @secure_regions: Structure containing the secure regions info
12621262
* @nr_secure_regions: Number of secure regions
1263+
* @cont_read: Sequential page read internals
1264+
* @cont_read.ongoing: Whether a continuous read is ongoing or not
1265+
* @cont_read.first_page: Start of the continuous read operation
1266+
* @cont_read.last_page: End of the continuous read operation
12631267
* @controller: The hardware controller structure which is shared among multiple
12641268
* independent devices
12651269
* @ecc: The ECC controller structure

0 commit comments

Comments
 (0)