Commit aca24d48 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu

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

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 5f9e832c
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment