提交 a76497dc 编写于 作者: C Colin Ian King 提交者: Boris Brezillon

mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed"

Trivial fix to spelling mistakes in dev_err error message text.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NMiquel Raynal <miquel.raynal@free-electrons.com>
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
上级 e6b90db8
...@@ -517,7 +517,7 @@ static int marvell_nfc_prepare_cmd(struct nand_chip *chip) ...@@ -517,7 +517,7 @@ static int marvell_nfc_prepare_cmd(struct nand_chip *chip)
/* Poll ND_RUN and clear NDSR before issuing any command */ /* Poll ND_RUN and clear NDSR before issuing any command */
ret = marvell_nfc_wait_ndrun(chip); ret = marvell_nfc_wait_ndrun(chip);
if (ret) { if (ret) {
dev_err(nfc->dev, "Last operation did not suceed\n"); dev_err(nfc->dev, "Last operation did not succeed\n");
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册