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]
Message-ID: <161597323449.3996.8883737542353351988@kwain.local>
Date:   Wed, 17 Mar 2021 10:27:14 +0100
From:   Antoine Tenart <atenart@...nel.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, davem@...emloft.net,
        herbert@...dor.apana.org.au, linux-crypto@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: Re: [PATCH] crypto: inside-secure: Minor typo fix in the file safexcel.c

Quoting Bhaskar Chowdhury (2021-03-17 10:14:45)
> 
> s/procesing/processing/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Antoine Tenart <atenart@...nel.org>

Thanks,
Antoine

> ---
>  drivers/crypto/inside-secure/safexcel.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/crypto/inside-secure/safexcel.c b/drivers/crypto/inside-secure/safexcel.c
> index 6364583b88b2..9ff885d50edf 100644
> --- a/drivers/crypto/inside-secure/safexcel.c
> +++ b/drivers/crypto/inside-secure/safexcel.c
> @@ -688,7 +688,7 @@ static int safexcel_hw_init(struct safexcel_crypto_priv *priv)
>                 /* Leave the DSE threads reset state */
>                 writel(0, EIP197_HIA_DSE_THR(priv) + EIP197_HIA_DSE_THR_CTRL(pe));
> 
> -               /* Configure the procesing engine thresholds */
> +               /* Configure the processing engine thresholds */
>                 writel(EIP197_PE_OUT_DBUF_THRES_MIN(opbuflo) |
>                        EIP197_PE_OUT_DBUF_THRES_MAX(opbufhi),
>                        EIP197_PE(priv) + EIP197_PE_OUT_DBUF_THRES(pe));
> --
> 2.30.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ