linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] mtd: rawnand: fix a couple of spelling mistakes
@ 2018-06-26 10:26 Colin King
  2018-06-26 10:35 ` Stefan Agner
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2018-06-26 10:26 UTC (permalink / raw)
  To: Stefan Agner, Lucas Stach, Boris Brezillon, Miquel Raynal,
	Richard Weinberger, David Woodhouse, Brian Norris, Marek Vasut,
	Thierry Reding, Jonathan Hunter, linux-mtd, linux-tegra
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trival fix of two spelling mistakes in dev_err error messages:
"supportes" -> "supports" and "strenght" -> "strength"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/mtd/nand/raw/tegra_nand.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/raw/tegra_nand.c b/drivers/mtd/nand/raw/tegra_nand.c
index 4daa88d81413..9f7de36be893 100644
--- a/drivers/mtd/nand/raw/tegra_nand.c
+++ b/drivers/mtd/nand/raw/tegra_nand.c
@@ -1002,14 +1002,14 @@ static int tegra_nand_chips_init(struct device *dev,
 	}
 
 	if (chip->ecc.algo == NAND_ECC_BCH && mtd->writesize < 2048) {
-		dev_err(dev, "BCH supportes 2K or 4K page size only\n");
+		dev_err(dev, "BCH supports 2K or 4K page size only\n");
 		return -EINVAL;
 	}
 
 	if (!chip->ecc.strength) {
 		ret = tegra_nand_select_strength(chip, mtd->oobsize);
 		if (ret < 0) {
-			dev_err(dev, "No valid strenght found, minimum %d\n",
+			dev_err(dev, "No valid strength found, minimum %d\n",
 				chip->ecc_strength_ds);
 			return ret;
 		}
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-01 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-26 10:26 [PATCH][next] mtd: rawnand: fix a couple of spelling mistakes Colin King
2018-06-26 10:35 ` Stefan Agner
2018-07-01 18:14   ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).