|WARNING| pw136971 [PATCH 2/5] graph: add node fastpath error counters
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 21 17:27:50 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/136971
_coding style issues_
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#104: FILE: lib/graph/graph_populate.c:45:
+ STAILQ_FOREACH (graph_node, &graph->node_list, next) {
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#157: FILE: lib/graph/graph_populate.c:247:
+ rte_graph_foreach_node (count, off, graph, node)
total: 0 errors, 2 warnings, 73 lines checked
More information about the test-report
mailing list