automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw93101 [RFC v2] bus/auxiliary: introduce auxiliary bus
       [not found] <20210510134732.2174-1-xuemingl@nvidia.com>
@ 2021-05-10 13:49 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-05-10 13:49 UTC (permalink / raw)
  To: test-report; +Cc: Xueming Li

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1121: 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-10 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210510134732.2174-1-xuemingl@nvidia.com>
2021-05-10 13:49 ` [dpdk-test-report] |WARNING| pw93101 [RFC v2] 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).