Skip to content

Commit

Permalink
mtd: spinand: Fix typo in comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Miquel Raynal committed Dec 10, 2020
1 parent 53fbdee commit 93afb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/spi/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 93afb10

Please sign in to comment.