Skip to content

Commit

Permalink
lib/bch.c: fix a typo in the file bch.c
Browse files Browse the repository at this point in the history
s/buid/build/

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
unixbhaskar authored and torvalds committed May 7, 2021
1 parent 550eb38 commit 0523c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)^
Expand Down

0 comments on commit 0523c69

Please sign in to comment.