automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw131822 [RFC PATCH 1/5] bus: new driver to accept shared memory over unix socket
       [not found] <20230922081912.7090-2-bruce.richardson@intel.com>
@ 2023-09-22  8:20 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-09-22  8:20 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#493: FILE: drivers/bus/shared_mem/shared_mem_bus.h:47:
+#define RTE_PMD_REGISTER_SHMEM_DRV(nm, c_drv) \
+RTE_INIT(shared_mem_initfn_ ##nm) \
+{\
+	(c_drv).driver.name = RTE_STR(nm);\
+	shared_mem_register_driver(&c_drv); \
+} \
+RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 1 errors, 0 warnings, 427 lines checked

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

only message in thread, other threads:[~2023-09-22  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] <20230922081912.7090-2-bruce.richardson@intel.com>
2023-09-22  8:20 ` |WARNING| pw131822 [RFC PATCH 1/5] bus: new driver to accept shared memory over unix socket 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).