[dpdk-test-report] |WARNING| pw94159 [PATCH v3 2/2] bus/auxiliary: introduce auxiliary bus
checkpatch at dpdk.org
checkpatch at dpdk.org
Sun Jun 13 10:20:26 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/94159
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1146: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:179:
+#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, 981 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst
More information about the test-report
mailing list