Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate"
@ 2017-02-22 23:51 Colin King
  2017-02-24 12:57 ` Steve Lin
  2017-03-09 10:47 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-02-22 23:51 UTC (permalink / raw)
  To: Herbert Xu, David S . Miller, Rob Rice, Steve Lin, linux-crypto
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/crypto/bcm/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/bcm/util.c b/drivers/crypto/bcm/util.c
index 0502f46..430c557 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);
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-09 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-22 23:51 [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate" Colin King
2017-02-24 12:57 ` Steve Lin
2017-03-09 10:47 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox