diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-09-30 17:41:05 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-12-10 22:37:30 +0100 |
commit | 93afb10e226ec13619a48096ef095c2b1fec3f32 (patch) | |
tree | c1ba45a30713fb858dcf7f8275dbe58bd856d6ff /drivers/mtd/nand | |
parent | mtd: nand: Let software ECC engines be retrieved from the NAND core (diff) | |
download | linux-93afb10e226ec13619a48096ef095c2b1fec3f32.tar.xz linux-93afb10e226ec13619a48096ef095c2b1fec3f32.zip |
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 <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200930154109.3922-2-miquel.raynal@bootlin.com
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/spi/core.c | 2 |
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; |