automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw116289 [PATCH v6 18/27] bus/vmbus: make driver-only headers private
       [not found] <20220914075841.51555-19-david.marchand@redhat.com>
@ 2022-09-14  8:02 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-09-14  8:02 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#221: FILE: drivers/bus/vmbus/bus_vmbus_driver.h:94:
+#define RTE_PMD_REGISTER_VMBUS(nm, vmbus_drv)		\
+	RTE_INIT(vmbusinitfn_ ##nm)			\
+	{						\
+		(vmbus_drv).driver.name = RTE_STR(nm);	\
+		rte_vmbus_register(&vmbus_drv);		\
+	}						\
+	RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 1 errors, 0 warnings, 0 checks, 391 lines checked

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

only message in thread, other threads:[~2022-09-14  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220914075841.51555-19-david.marchand@redhat.com>
2022-09-14  8:02 ` |WARNING| pw116289 [PATCH v6 18/27] bus/vmbus: make driver-only headers private 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).