* [dpdk-test-report] |WARNING| pw94159 [PATCH v3 2/2] bus/auxiliary: introduce auxiliary bus
[not found] <20210613081917.24306-2-xuemingl@nvidia.com>
@ 2021-06-13 8:20 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-13 8:20 UTC (permalink / raw)
To: test-report; +Cc: Xueming Li
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-13 8:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20210613081917.24306-2-xuemingl@nvidia.com>
2021-06-13 8:20 ` [dpdk-test-report] |WARNING| pw94159 [PATCH v3 2/2] bus/auxiliary: introduce auxiliary bus checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).