|WARNING| pw105015 [PATCH v13 02/11] app/test: remove POSIX-specific code
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Dec 8 02:51:45 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105015
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxV)
#194: 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)
#194: 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)
#194: 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, 262 lines checked
More information about the test-report
mailing list