aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2020-09-30 17:41:05 +0200
committerMiquel Raynal <[email protected]>2020-12-10 22:37:30 +0100
commit93afb10e226ec13619a48096ef095c2b1fec3f32 (patch)
treec1ba45a30713fb858dcf7f8275dbe58bd856d6ff
parent53fbdeeb57a0168a88547e22f8d433810c531169 (diff)
mtd: spinand: Fix typo in comment
One comment in the SPI-NAND core is not very clear, fix it to ease the understanding of what the block does. Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r--drivers/mtd/nand/spi/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/spi/core.c b/drivers/mtd/nand/spi/core.c
index c35221794645..6285f45d8272 100644
--- a/drivers/mtd/nand/spi/core.c
+++ b/drivers/mtd/nand/spi/core.c
@@ -1068,7 +1068,7 @@ static int spinand_init(struct spinand_device *spinand)
/*
* Right now, we don't support ECC, so let the whole oob
- * area is available for user.
+ * area available for the user.
*/
mtd->_read_oob = spinand_mtd_read;
mtd->_write_oob = spinand_mtd_write;