aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-11-06 11:25:37 -0500
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-11-06 11:40:31 -0500
commit98ee3fc7ef8395f8b7a379e6608aee91efc66d48 (patch)
treee459fb31976271de080cd10dbb658f2edd0b1422
parentba26cd7d58dcc50e25c8f02b5376c05046b181dc (diff)
mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
Function name is wrong in the kernel-doc header. Fixes: 9c3736a3de21 ("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>
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 78b86dea2f29..7f53ece2c039 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -568,7 +568,7 @@ static inline void nanddev_pos_next_eraseblock(struct nand_device *nand,
568} 568}
569 569
570/** 570/**
571 * nanddev_pos_next_eraseblock() - Move a position to the next page 571 * nanddev_pos_next_page() - Move a position to the next page
572 * @nand: NAND device 572 * @nand: NAND device
573 * @pos: the position to update 573 * @pos: the position to update
574 * 574 *