mtd: spinand: Fix typo in comment
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 30 Sep 2020 15:41:05 +0000 (17:41 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Dec 2020 21:37:30 +0000 (22:37 +0100)
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
drivers/mtd/nand/spi/core.c

index c352217..6285f45 100644 (file)
@@ -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;