automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw97338 [PATCH v7 2/2] net: added macro to extract MAC address bytes
       [not found] <20210825172734.39846-3-aman.deep.singh@intel.com>
@ 2021-08-25 17:35 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-08-25 17:35 UTC (permalink / raw)
  To: test-report; +Cc: Aman Singh

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1165: FILE: lib/net/rte_ether.h:231:
+#define RTE_ETHER_ADDR_BYTES(mac_addrs) ((mac_addrs)->addr_bytes[0]), \
+					 ((mac_addrs)->addr_bytes[1]), \
+					 ((mac_addrs)->addr_bytes[2]), \
+					 ((mac_addrs)->addr_bytes[3]), \
+					 ((mac_addrs)->addr_bytes[4]), \
+					 ((mac_addrs)->addr_bytes[5])

total: 1 errors, 0 warnings, 779 lines checked

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

only message in thread, other threads:[~2021-08-25 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210825172734.39846-3-aman.deep.singh@intel.com>
2021-08-25 17:35 ` [dpdk-test-report] |WARNING| pw97338 [PATCH v7 2/2] net: added macro to extract MAC address bytes 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).