Skip to content

Commit e156a0b

Browse files
committed
modify astyle
1 parent aac931a commit e156a0b

File tree

1 file changed

+1
-1
lines changed
  • storage/blockdevice/COMPONENT_SPINAND/source

1 file changed

+1
-1
lines changed

storage/blockdevice/COMPONENT_SPINAND/source/bch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly,
727727
for (i = 0; i < 4; i++) {
728728
/* post-process roots (reverse transformations) */
729729
f = a ? gf_inv(bch, roots[i]) : roots[i];
730-
roots[i] = a_ilog(bch, f^e);
730+
roots[i] = a_ilog(bch, f ^ e);
731731
}
732732
n = 4;
733733
}

0 commit comments

Comments
 (0)