linux-crypto.vger.kernel.org archive mirror
 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

* Re: [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate"
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Lin @ 2017-02-24 12:57 UTC (permalink / raw)
  To: Colin King
  Cc: Herbert Xu, David S . Miller, Rob Rice, linux-crypto, linux-kernel

Looks good, thanks!

Acked-by: Steve Lin <steven.lin1@broadcom.com>

On Wed, Feb 22, 2017 at 6:51 PM, Colin King <colin.king@canonical.com> wrote:
> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate"
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2017-03-09 10:47 UTC (permalink / raw)
  To: Colin King
  Cc: David S . Miller, Rob Rice, Steve Lin, linux-crypto, linux-kernel

On Wed, Feb 22, 2017 at 11:51:38PM +0000, Colin King wrote:
> 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>

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).