[dpdk-test-report] |WARNING| pw68191 [PATCH v5 01/29] graph: define the public API for graph support
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Apr 14 15:40:15 CEST 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/68191
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#732: FILE: lib/librte_graph/rte_graph.h:464:
+#define RTE_NODE_REGISTER(node) \
+ RTE_INIT(rte_node_register_##node) \
+ { \
+ node.parent_id = RTE_NODE_ID_INVALID; \
+ node.id = __rte_node_register(&node); \
+ }
total: 1 errors, 0 warnings, 781 lines checked
More information about the test-report
mailing list