提交 aca24d48 编写于 作者: C Colin Ian King 提交者: Herbert Xu

crypto: ccree - fix spelling mistake "configration" -> "configuration"

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 5f9e832c
...@@ -421,7 +421,7 @@ static int init_cc_resources(struct platform_device *plat_dev) ...@@ -421,7 +421,7 @@ static int init_cc_resources(struct platform_device *plat_dev)
} }
break; break;
default: default:
dev_err(dev, "Unsupported engines configration.\n"); dev_err(dev, "Unsupported engines configuration.\n");
rc = -EINVAL; rc = -EINVAL;
goto post_clk_err; goto post_clk_err;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册