• L
    net/net.c: cosmetic: fix whitespace issues · 4f63acd0
    Luca Ceresoli 提交于
    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: NLuca Ceresoli <luca.ceresoli@comelit.it>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Ben Warren <biggerbadderben@gmail.com>
    Cc: Mike Frysinger <vapier@gentoo.org>
    4f63acd0
net.c 44.0 KB