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;

U-Boot code style wants braces around multi-line bodies.

-Scott



_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to