projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9e832
)
crypto: ccree - fix spelling mistake "configration" -> "configuration"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 1 Jul 2019 13:08:14 +0000
(14:08 +0100)
committer
Herbert 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
patch
|
blob
|
history
diff --git
a/drivers/crypto/ccree/cc_driver.c
b/drivers/crypto/ccree/cc_driver.c
index 980aa04b655b67f5b0eda536421c5298a32a5d1e..eeb803f40623ec2c35b70c1035123ce717ef9f09 100644
(file)
--- 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 config
u
ration.\n");
rc = -EINVAL;
goto post_clk_err;
}