automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113524 [RFC PATCH 11/11] bus: hide bus object
       [not found] <20220628144643.1213026-12-david.marchand@redhat.com>
@ 2022-06-28 14:50 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-06-28 14:50 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#599: FILE: lib/eal/include/bus_driver.h:274:
+#define RTE_REGISTER_BUS(nm, bus) \
+RTE_INIT_PRIO(businitfn_ ##nm, BUS) \
+{\
+	(bus).name = RTE_STR(nm);\
+	rte_bus_register(&bus); \
+}

total: 1 errors, 0 warnings, 761 lines checked

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

only message in thread, other threads:[~2022-06-28 14:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220628144643.1213026-12-david.marchand@redhat.com>
2022-06-28 14:50 ` |WARNING| pw113524 [RFC PATCH 11/11] bus: hide bus object 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).