[dpdk-test-report] |WARNING| pw93492 [RFC 10/14] bus/auxiliary: introduce auxiliary bus

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 27 16:02:44 CEST 2021


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1122: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:177:
+#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, 971 lines checked


More information about the test-report mailing list