Commit 93afb10e authored by Miquel Raynal's avatar Miquel Raynal

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: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200930154109.3922-2-miquel.raynal@bootlin.com
parent 53fbdeeb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment