Skip to content

Commit

Permalink
mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
  • Loading branch information
Boris Brezillon committed Nov 6, 2018
1 parent ba26cd7 commit 98ee3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mtd/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 98ee3fc

Please sign in to comment.