lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 8 Oct 2019 08:33:28 +0000
From:   Pascal Van Leeuwen <pvanleeuwen@...imatrix.com>
To:     Colin King <colin.king@...onical.com>,
        Antoine Tenart <antoine.tenart@...tlin.com>,
        Herbert Xu <herbert@...dor.apana.org.au>,
        "David S . Miller" <davem@...emloft.net>,
        "linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>
CC:     "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH][V2][next] crypto: inside-secure: fix spelling mistake
 "algorithmn" -> "algorithm"

> -----Original Message-----
> From: linux-crypto-owner@...r.kernel.org <linux-crypto-owner@...r.kernel.org> On Behalf Of Colin
> King
> Sent: Tuesday, October 8, 2019 10:24 AM
> To: Antoine Tenart <antoine.tenart@...tlin.com>; Herbert Xu <herbert@...dor.apana.org.au>; David
> S . Miller <davem@...emloft.net>; linux-crypto@...r.kernel.org
> Cc: kernel-janitors@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: [PATCH][V2][next] crypto: inside-secure: fix spelling mistake "algorithmn" ->
> "algorithm"
> 
> From: Colin Ian King <colin.king@...onical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it. Add in missing
> newline.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> 
> V2: Add in newline \n
> 
> ---
>  drivers/crypto/inside-secure/safexcel_cipher.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/crypto/inside-secure/safexcel_cipher.c b/drivers/crypto/inside-
> secure/safexcel_cipher.c
> index cecc56073337..8ccc9c59f376 100644
> --- a/drivers/crypto/inside-secure/safexcel_cipher.c
> +++ b/drivers/crypto/inside-secure/safexcel_cipher.c
> @@ -437,7 +437,7 @@ static int safexcel_aead_setkey(struct crypto_aead *ctfm, const u8 *key,
>  			goto badkey;
>  		break;
>  	default:
> -		dev_err(priv->dev, "aead: unsupported hash algorithmn");
> +		dev_err(priv->dev, "aead: unsupported hash algorithm\n");
>  		goto badkey;
>  	}
> 
> --
> 2.20.1
Better :-) And thanks for fixing that, BTW.

Acked-by: Pascal van Leeuwen <pvanleeuwen@...imatrix.com>

Regards,
Pascal van Leeuwen
Silicon IP Architect, Multi-Protocol Engines @ Verimatrix
www.insidesecure.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ