mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
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:
parent
5f9e832c13
commit
aca24d48ce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue