summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-02-23 02:51:38 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2017-03-09 13:34:27 +0300
commitcd220ae6c7fbb0c80c3301e011e1baf4f352e497 (patch)
tree04eea8bc49e9c2ed58aaaf6f57384fb1fa18b0de
parent09ae5d37e0935c8f0bcb63d80543347daa209e25 (diff)
downloadlinux-cd220ae6c7fbb0c80c3301e011e1baf4f352e497.tar.xz
crypto: bcm - fix spelling mistake: "genereate" -> "generate"
trivial fix to spelling mistake in pr_err message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Steve Lin <steven.lin1@broadcom.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--drivers/crypto/bcm/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/bcm/util.c b/drivers/crypto/bcm/util.c
index 0502f460dacd..430c5570ea87 100644
--- a/drivers/crypto/bcm/util.c
+++ b/drivers/crypto/bcm/util.c
@@ -312,7 +312,7 @@ int do_shash(unsigned char *name, unsigned char *result,
}
rc = crypto_shash_final(&sdesc->shash, result);
if (rc)
- pr_err("%s: Could not genereate %s hash", __func__, name);
+ pr_err("%s: Could not generate %s hash", __func__, name);
do_shash_err:
crypto_free_shash(hash);