diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2019-08-23 15:39:37 +0000 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-08-26 09:25:41 +0200 |
commit | 0c43125f2778dddb469036caaa14533846ce40bd (patch) | |
tree | 8d3bebb90d2a57b6cec21bbd1bfdd88183196898 /include/linux/mtd | |
parent | 3342d2f88ef9519c58d76004afb2c8fd93b3e418 (diff) | |
download | blackbird-op-linux-0c43125f2778dddb469036caaa14533846ce40bd.tar.gz blackbird-op-linux-0c43125f2778dddb469036caaa14533846ce40bd.zip |
mtd: nand: fix typo, s/erasablocks/eraseblocks
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index cebc38b6d6f5..0c7483843a32 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -346,7 +346,7 @@ static inline unsigned int nanddev_ntargets(const struct nand_device *nand) } /** - * nanddev_neraseblocks() - Get the total number of erasablocks + * nanddev_neraseblocks() - Get the total number of eraseblocks * @nand: NAND device * * Return: the total number of eraseblocks exposed by @nand. |