]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
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 980aa04b655b67f5b0eda536421c5298a32a5d1e..eeb803f40623ec2c35b70c1035123ce717ef9f09 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;
                }