aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2019-08-23 15:39:37 +0000
committerMiquel Raynal <miquel.raynal@bootlin.com>2019-08-26 09:25:41 +0200
commit0c43125f2778dddb469036caaa14533846ce40bd (patch)
tree8d3bebb90d2a57b6cec21bbd1bfdd88183196898 /include/linux/mtd/nand.h
parentmtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.h (diff)
downloadwireguard-linux-0c43125f2778dddb469036caaa14533846ce40bd.tar.xz
wireguard-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/nand.h')
-rw-r--r--include/linux/mtd/nand.h2
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.