Skip to content

Commit

Permalink
modify astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeryou committed Mar 10, 2022
1 parent aac931a commit e156a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/blockdevice/COMPONENT_SPINAND/source/bch.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly,
for (i = 0; i < 4; i++) {
/* post-process roots (reverse transformations) */
f = a ? gf_inv(bch, roots[i]) : roots[i];
roots[i] = a_ilog(bch, f^e);
roots[i] = a_ilog(bch, f ^ e);
}
n = 4;
}
Expand Down

0 comments on commit e156a0b

Please sign in to comment.