[U-Boot] [PATCH 2/8] net/net.c: cosmetic: variable initializations
Mike Frysinger
vapier at gentoo.org
Wed May 4 15:16:23 CEST 2011
On Wed, May 4, 2011 at 08:40, Luca Ceresoli wrote:
> - ERROR: that open brace { should be on the previous line
>...
> -uchar NetCDPAddr[6] =
> - { 0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc };
> +uchar NetCDPAddr[6] = {
> + 0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc };
>...
your fix here is worse than the original. just leave them be.
-mike
More information about the U-Boot
mailing list