mtd: nand: fix typo, s/erasablocks/eraseblocks
authorTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 23 Aug 2019 15:39:37 +0000 (15:39 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 26 Aug 2019 07:25:41 +0000 (09:25 +0200)
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
include/linux/mtd/nand.h

index cebc38b..0c74838 100644 (file)
@@ -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.