crypto: ccree - fix spelling mistake "configration" -> "configuration"
authorColin Ian King <colin.king@canonical.com>
Mon, 1 Jul 2019 13:08:14 +0000 (14:08 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:51:54 +0000 (14:51 +1000)
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>
drivers/crypto/ccree/cc_driver.c

index 980aa04..eeb803f 100644 (file)
@@ -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;
                }