On Thursday 19 January 2012 19:53:13 Joe Hershberger wrote:
> --- a/include/net.h
> +++ b/include/net.h
> 
> -#define E802_HDR_SIZE        22              /* 802 ethernet header size     
> */
> +                             /* 802.2 + SNAP + ethernet header size  */
> +#define E802_HDR_SIZE        (ETHER_HDR_SIZE + 8)

comment should be moved all the way to the left (i.e. no whitespace before it)
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to