From: Colin Ian King Date: Mon, 1 Jul 2019 13:08:14 +0000 (+0100) Subject: crypto: ccree - fix spelling mistake "configration" -> "configuration" X-Git-Tag: Ubuntu-5.10.0-12.13~4518^2~310 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=aca24d48cee232a88839c8895ac6fcd2fcad6588;p=mirror_ubuntu-hirsute-kernel.git 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 Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccree/cc_driver.c b/drivers/crypto/ccree/cc_driver.c index 980aa04b655b..eeb803f40623 100644 --- a/drivers/crypto/ccree/cc_driver.c +++ b/drivers/crypto/ccree/cc_driver.c @@ -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; }