[dpdk-test-report] |WARNING| pw91164 [PATCH v1] bus/auxiliary: introduce auxiliary bus

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 13 05:24:53 CEST 2021


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1020: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:158:
+#define RTE_PMD_REGISTER_AUXILIARY(nm, auxiliary_drv)		\
+	RTE_INIT(auxiliaryinitfn_##nm)				\
+	{							\
+		(auxiliary_drv).driver.name = RTE_STR(nm);	\
+		rte_auxiliary_register(&auxiliary_drv);		\
+	}							\
+	RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 1 errors, 0 warnings, 938 lines checked


More information about the test-report mailing list