Commit 705c9ef8 authored by Miquel Raynal's avatar Miquel Raynal Committed by Tudor Ambarus

mtd: spi-nor: Fix a trivial typo

Fix a trivial typo in one of the core's comments.

Fixes: 620df249 ("mtd: spi-nor: Introduce spi_nor_get_flash_info()")
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20230331194726.840208-1-miquel.raynal@bootlin.comSigned-off-by: default avatarTudor Ambarus <tudor.ambarus@linaro.org>
parent 74df43b3
......@@ -3318,7 +3318,7 @@ static const struct flash_info *spi_nor_get_flash_info(struct spi_nor *nor,
* JEDEC knows better, so overwrite platform ID. We
* can't trust partitions any longer, but we'll let
* mtd apply them anyway, since some partitions may be
* marked read-only, and we don't want to lose that
* marked read-only, and we don't want to loose that
* information, even if it's not 100% accurate.
*/
dev_warn(nor->dev, "found %s, expected %s\n",
......
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