projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3342d2f
)
mtd: nand: fix typo, s/erasablocks/eraseblocks
author
Tudor Ambarus
<tudor.ambarus@microchip.com>
Fri, 23 Aug 2019 15:39:37 +0000
(15:39 +0000)
committer
Miquel 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
patch
|
blob
|
history
diff --git
a/include/linux/mtd/nand.h
b/include/linux/mtd/nand.h
index
cebc38b
..
0c74838
100644
(file)
--- 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 eras
a
blocks
+ * nanddev_neraseblocks() - Get the total number of eras
e
blocks
* @nand: NAND device
*
* Return: the total number of eraseblocks exposed by @nand.