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, 16 Apr 2019 12:26:28 +0530
From:   Mukesh Ojha <mojha@...eaurora.org>
To:     Colin King <colin.king@...onical.com>,
        Horia Geantă <horia.geanta@....com>,
        Aymen Sghaier <aymen.sghaier@....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: Re: [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"


On 4/15/2019 6:10 PM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> There is a spelling mistake in an error message in the qi_error_list
> array. Fix this.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Reviewed-by: Mukesh Ojha <mojha@...eaurora.org>

Cheers,
-Mukesh

> ---
>   drivers/crypto/caam/error.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
> index 21a70fd32f5d..a4129a35a330 100644
> --- a/drivers/crypto/caam/error.c
> +++ b/drivers/crypto/caam/error.c
> @@ -138,7 +138,7 @@ static const struct {
>   	{ 0x46, "Annotation length exceeds offset (reuse mode)"},
>   	{ 0x48, "Annotation output enabled but ASA limited by ASAR (reuse mode)"},
>   	{ 0x49, "Data offset correction exceeds input frame data length (reuse mode)"},
> -	{ 0x4B, "Annotation output enabled but ASA cannote be expanded (frame list)"},
> +	{ 0x4B, "Annotation output enabled but ASA cannot be expanded (frame list)"},
>   	{ 0x51, "Unsupported IF reuse mode"},
>   	{ 0x52, "Unsupported FL use mode"},
>   	{ 0x53, "Unsupported RJD use mode"},

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ