linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib: Fix a typo in the file bch.c
@ 2021-03-01 12:31 Bhaskar Chowdhury
  2021-03-22 19:35 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-01 12:31 UTC (permalink / raw)
  To: akpm, gustavo, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/buid/build/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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)^
--
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib: Fix a typo in the file bch.c
  2021-03-01 12:31 [PATCH] lib: Fix a typo in the file bch.c Bhaskar Chowdhury
@ 2021-03-22 19:35 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-22 19:35 UTC (permalink / raw)
  To: Bhaskar Chowdhury, akpm, gustavo, linux-kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-22 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).