Skip to content

Commit

Permalink
crypto: bcm - fix spelling mistake: "genereate" -> "generate"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Herbert Xu committed Mar 9, 2017
1 parent 09ae5d3 commit cd220ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/bcm/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cd220ae

Please sign in to comment.