|WARNING| pw154066 [PATCH v12 2/7] graph: add feature arc registrations

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 5 19:36:32 CEST 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154066

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#1322: FILE: lib/graph/rte_graph_feature_arc.h:13:
+#include <stdio.h>

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1532: FILE: lib/graph/rte_graph_feature_arc.h:223:
+#define RTE_GRAPH_FEATURE_REGISTER(reg)                                                 \
+	RTE_INIT(__rte_graph_feature_register_##reg)                                    \
+	{                                                                               \
+		__rte_graph_feature_register(&reg, __func__, __LINE__);                 \
+	}

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1539: FILE: lib/graph/rte_graph_feature_arc.h:230:
+#define RTE_GRAPH_FEATURE_ARC_REGISTER(reg)                                             \
+	RTE_INIT(__rte_graph_feature_arc_register_##reg)                                \
+	{                                                                               \
+		__rte_graph_feature_arc_register(&reg, __func__, __LINE__);             \
+	}

total: 2 errors, 1 warnings, 1420 lines checked


More information about the test-report mailing list