From: Boris Brezillon Date: Tue, 6 Nov 2018 16:25:37 +0000 (+0100) Subject: mtd: nand: Fix nanddev_pos_next_page() kernel-doc header X-Git-Tag: v4.20-rc2~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ee3fc7ef8395f8b7a379e6608aee91efc66d48;p=thirdparty%2Flinux.git 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 Reviewed-by: Miquel Raynal --- diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 78b86dea2f294..7f53ece2c039a 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, } /** - * nanddev_pos_next_eraseblock() - Move a position to the next page + * nanddev_pos_next_page() - Move a position to the next page * @nand: NAND device * @pos: the position to update *