]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/net.c: cosmetic: fix whitespace issues
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Wed, 11 May 2011 03:59:56 +0000 (03:59 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 12 May 2011 20:01:05 +0000 (22:01 +0200)
commit4f63acd0625553dd87d3a8a5b434578026765793
tree00137594f852a2bbefabdcbb9ca12ff6e6d6b3fa
parentc586ce6e014907586c123454a5a4dcea6752e1c7
net/net.c: cosmetic: fix whitespace issues

This removes the following checkpatch issues:
 - ERROR: space prohibited after that open parenthesis '('
 - ERROR: space prohibited before that close parenthesis ')'
 - ERROR: space prohibited after that open square bracket '['
 - ERROR: space prohibited after that '&' (ctx:WxW)
 - ERROR: spaces required around that '=' (ctx:VxW)
 - ERROR: space required before the open parenthesis '('
 - ERROR: space required after that ',' (ctx:VxV)
 - ERROR: need consistent spacing around '+' (ctx:WxV)
 - WARNING: unnecessary whitespace before a quoted newline
 - WARNING: please, no spaces at the start of a line
 - WARNING: space prohibited between function name and open
   parenthesis '('

Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Ben Warren <biggerbadderben@gmail.com>
Cc: Mike Frysinger <vapier@gentoo.org>
net/net.c