mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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>
This commit is contained in:
parent
09ae5d37e0
commit
cd220ae6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ int do_shash(unsigned char *name, unsigned char *result,
|
||||||
}
|
}
|
||||||
rc = crypto_shash_final(&sdesc->shash, result);
|
rc = crypto_shash_final(&sdesc->shash, result);
|
||||||
if (rc)
|
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:
|
do_shash_err:
|
||||||
crypto_free_shash(hash);
|
crypto_free_shash(hash);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue