aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-02-22 23:51:38 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2017-03-09 18:34:27 +0800
commitcd220ae6c7fbb0c80c3301e011e1baf4f352e497 (patch)
tree04eea8bc49e9c2ed58aaaf6f57384fb1fa18b0de /drivers/crypto
parentcrypto: zip - Add Compression/Decompression statistics (diff)
downloadlinux-dev-cd220ae6c7fbb0c80c3301e011e1baf4f352e497.tar.xz
linux-dev-cd220ae6c7fbb0c80c3301e011e1baf4f352e497.zip
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>
Diffstat (limited to 'drivers/crypto')
-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);