crypto: ccree - fix spelling mistake "configration" -> "configuration"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Родитель
5f9e832c13
Коммит
aca24d48ce
|
@ -421,7 +421,7 @@ static int init_cc_resources(struct platform_device *plat_dev)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
dev_err(dev, "Unsupported engines configration.\n");
|
||||
dev_err(dev, "Unsupported engines configuration.\n");
|
||||
rc = -EINVAL;
|
||||
goto post_clk_err;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче