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] [day] [month] [year] [list]
Date:   Mon, 22 Mar 2021 12:35:15 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>,
        akpm@...ux-foundation.org, gustavo@...eddedor.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] lib: Fix a typo in the file bch.c

On 3/1/21 4:31 AM, Bhaskar Chowdhury wrote:
> 
> s/buid/build/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
>  lib/bch.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/bch.c b/lib/bch.c
> index 7c031ee8b93b..c8095f30f254 100644
> --- a/lib/bch.c
> +++ b/lib/bch.c
> @@ -584,7 +584,7 @@ static int find_affine4_roots(struct bch_control *bch, unsigned int a,
>  	k = a_log(bch, a);
>  	rows[0] = c;
> 
> -	/* buid linear system to solve X^4+aX^2+bX+c = 0 */
> +	/* build linear system to solve X^4+aX^2+bX+c = 0 */
>  	for (i = 0; i < m; i++) {
>  		rows[i+1] = bch->a_pow_tab[4*i]^
>  			(a ? bch->a_pow_tab[mod_s(bch, k)] : 0)^
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ