|WARNING| pw105009 [PATCH v12 02/11] app/test: remove POSIX-specific code
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Dec  7 22:26:11 CET 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105009
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxV)
#197: FILE: app/test/test_cmdline_ipaddr.c:15:
+#define IP4(a,b,c,d) {.s_addr = (uint32_t)(((a) & 0xff) | \
              ^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#197: FILE: app/test/test_cmdline_ipaddr.c:15:
+#define IP4(a,b,c,d) {.s_addr = (uint32_t)(((a) & 0xff) | \
                ^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#197: FILE: app/test/test_cmdline_ipaddr.c:15:
+#define IP4(a,b,c,d) {.s_addr = (uint32_t)(((a) & 0xff) | \
                  ^
total: 3 errors, 0 warnings, 267 lines checked
    
    
More information about the test-report
mailing list