Skip to content
Snippets Groups Projects
  • Luca Ceresoli's avatar
    c718b143
    net/tftp.c: cosmetic: fix whitespace issues · c718b143
    Luca Ceresoli authored
    
    This removes the following checkpatch issues:
     - ERROR: space prohibited before that close parenthesis ')'
     - ERROR: space required after that ';' (ctx:BxV)
     - ERROR: space required after that ',' (ctx:VxV)
     - ERROR: space required after that ';' (ctx:VxV)
     - ERROR: spaces required around that '<<=' (ctx:VxV)
     - ERROR: spaces required around that '<' (ctx:VxV)
     - ERROR: spaces required around that '=' (ctx:VxV)
     - ERROR: spaces required around that '+=' (ctx:VxV)
     - ERROR: spaces required around that '=' (ctx:VxW)
     - 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>
    c718b143
    History
    net/tftp.c: cosmetic: fix whitespace issues
    Luca Ceresoli authored
    
    This removes the following checkpatch issues:
     - ERROR: space prohibited before that close parenthesis ')'
     - ERROR: space required after that ';' (ctx:BxV)
     - ERROR: space required after that ',' (ctx:VxV)
     - ERROR: space required after that ';' (ctx:VxV)
     - ERROR: spaces required around that '<<=' (ctx:VxV)
     - ERROR: spaces required around that '<' (ctx:VxV)
     - ERROR: spaces required around that '=' (ctx:VxV)
     - ERROR: spaces required around that '+=' (ctx:VxV)
     - ERROR: spaces required around that '=' (ctx:VxW)
     - 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>