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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}