[dpdk-test-report] |WARNING| pw59382 [PATCH v2 02/16] vhost: unify unroll pragma parameter
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 19 10:57:24 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/59382
_coding style issues_
ERROR:SPACING: space required before the open parenthesis '('
#75: FILE: lib/librte_vhost/vhost.h:57:
+#define UNROLL_PRAGMA(param) do {} while(0);
WARNING:DO_WHILE_MACRO_WITH_TRAILING_SEMICOLON: do {} while (0) macros should not be semicolon terminated
#75: FILE: lib/librte_vhost/vhost.h:57:
+#define UNROLL_PRAGMA(param) do {} while(0);
total: 1 errors, 1 warnings, 48 lines checked
More information about the test-report
mailing list