Skip to content
Snippets Groups Projects
  • Luca Ceresoli's avatar
    4f63acd0
    net/net.c: cosmetic: fix whitespace issues · 4f63acd0
    Luca Ceresoli authored
    
    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: default avatarLuca Ceresoli <luca.ceresoli@comelit.it>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Ben Warren <biggerbadderben@gmail.com>
    Cc: Mike Frysinger <vapier@gentoo.org>
    4f63acd0
    History
    net/net.c: cosmetic: fix whitespace issues
    Luca Ceresoli authored
    
    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: default avatarLuca Ceresoli <luca.ceresoli@comelit.it>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Ben Warren <biggerbadderben@gmail.com>
    Cc: Mike Frysinger <vapier@gentoo.org>
net.c 44.02 KiB