|WARNING| pw148284 [PATCH 2/3] graph: add support for node free API
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Nov 11 08:11:00 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148284
_coding style issues_
WARNING:TYPO_SPELLING: 'activ' may be misspelled - perhaps 'active'?
#101: FILE: lib/graph/graph.c:24:
+graph_is_node_activ_in_graph(struct node *node)
WARNING:TYPO_SPELLING: 'activ' may be misspelled - perhaps 'active'?
#138: FILE: lib/graph/graph_private.h:454:
+uint8_t graph_is_node_activ_in_graph(struct node *_node);
WARNING:TYPO_SPELLING: 'activ' may be misspelled - perhaps 'active'?
#160: FILE: lib/graph/node.c:490:
+ if (graph_is_node_activ_in_graph(node))
total: 0 errors, 3 warnings, 100 lines checked
More information about the test-report
mailing list