[dpdk-test-report] |WARNING| pw95267 [PATCH v8 2/2] bus/auxiliary: introduce auxiliary bus
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jul 5 08:46:15 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/95267
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxB)
#866: FILE: drivers/bus/auxiliary/private.h:18:
+ RTE_FMT("auxiliary bus: " RTE_FMT_HEAD(__VA_ARGS__,) "
", \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#867: FILE: drivers/bus/auxiliary/private.h:19:
+ RTE_FMT_TAIL(__VA_ARGS__,)))
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1113: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:168:
+#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: 3 errors, 0 warnings, 948 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