diff options
| author | 2019-08-23 15:39:37 +0000 | |
|---|---|---|
| committer | 2019-08-26 09:25:41 +0200 | |
| commit | 0c43125f2778dddb469036caaa14533846ce40bd (patch) | |
| tree | 8d3bebb90d2a57b6cec21bbd1bfdd88183196898 /include/linux | |
| parent | mtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.h (diff) | |
| download | linux-dev-0c43125f2778dddb469036caaa14533846ce40bd.tar.xz linux-dev-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')
| -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. |
