All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	akpm@linux-foundation.org, gustavo@embeddedor.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] lib: Fix a typo in the file bch.c
Date: Mon, 22 Mar 2021 12:35:15 -0700	[thread overview]
Message-ID: <4ba47108-35a9-1119-5a78-bc6888f675c5@infradead.org> (raw)
In-Reply-To: <20210301123129.18754-1-unixbhaskar@gmail.com>

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

Acked-by: Randy Dunlap <rdunlap@infradead.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


      reply	other threads:[~2021-03-22 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 12:31 [PATCH] lib: Fix a typo in the file bch.c Bhaskar Chowdhury
2021-03-22 19:35 ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ba47108-35a9-1119-5a78-bc6888f675c5@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=gustavo@embeddedor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=unixbhaskar@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.