Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586568 > unrolled thread

[PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate"

Started byColin King <colin.king@canonical.com>
First post2017-02-23 01:20 +0100
Last post2017-02-24 14:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate" Colin King <colin.king@canonical.com> - 2017-02-23 01:20 +0100
    Re: [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate" Steve Lin <steven.lin1@broadcom.com> - 2017-02-24 14:10 +0100

#1586568 — [PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate"

FromColin King <colin.king@canonical.com>
Date2017-02-23 01:20 +0100
Subject[PATCH] crypto: brcm: fix spelling mistake: "genereate" -> "generate"
Message-ID<tdPix-1nW-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1587609

FromSteve Lin <steven.lin1@broadcom.com>
Date2017-02-24 14:10 +0100
Message-ID<tenNg-yV-23@gated-at.bofh.it>
In reply to#1586568
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
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web