j
k
j a
j l
On Mon, 2013-09-30 at 19:43 +0530, Pekon Gupta wrote:
/* check calculated ecc */ for (i = 0; i < chip->ecc.bytes && !ecc_flag; i++) if (calc_ecc[i] != 0x00) ecc_flag = 1;
if (calc_ecc[i] != 0x00)
ecc_flag = 1;
U-Boot code style wants braces around multi-line bodies.
-Scott
Back to the thread
Back to the list