mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
[ Upstream commit98ee3fc7ef
] Function name is wrong in the kernel-doc header. Fixes:9c3736a3de
("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
20f020fd08
commit
238ab6deba
@ -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
|
* @nand: NAND device
|
||||||
* @pos: the position to update
|
* @pos: the position to update
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user