[U-Boot] [PATCH 10/28] net: cosmetic: Improve variable names and code readability

Mike Frysinger vapier at gentoo.org
Fri Feb 3 13:09:49 CET 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120203/21eb7ad6/attachment.pgp>


More information about the U-Boot mailing list