[U-Boot] [PATCH 1/8] net/net.c: cosmetic: fix lines over 80 characters
Mike Frysinger
vapier at gentoo.org
Mon May 9 21:42:03 CEST 2011
On Wednesday, May 04, 2011 08:40:40 Luca Ceresoli wrote:
> - debug("Got ICMP ECHO REQUEST, return %d bytes \n",
> - ETHER_HDR_SIZE + len);
> + debug("Got ICMP ECHO REQUEST, "
> + "return %d bytes \n",
> + ETHER_HDR_SIZE + len);
please do not split string literals
-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/20110509/05e385ce/attachment.pgp
More information about the U-Boot
mailing list