Skip to content

Commit 98ee3fc

Browse files
author
Boris Brezillon
committed
mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
Function name is wrong in the kernel-doc header. Fixes: 9c3736a ("mtd: nand: Add core infrastructure to deal with NAND devices") Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent ba26cd7 commit 98ee3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/mtd/nand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ static inline void nanddev_pos_next_eraseblock(struct nand_device *nand,
568568
}
569569

570570
/**
571-
* nanddev_pos_next_eraseblock() - Move a position to the next page
571+
* nanddev_pos_next_page() - Move a position to the next page
572572
* @nand: NAND device
573573
* @pos: the position to update
574574
*

0 commit comments

Comments
 (0)