* [dpdk-test-report] |WARNING| pw48818 [v4, 14/32] net/ice/base: add structures for RX/TX queues
[not found] <1544776518-91047-15-git-send-email-wenzhuo.lu@intel.com>
@ 2018-12-14 8:32 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-12-14 8:32 UTC (permalink / raw)
To: test-report; +Cc: Wenzhuo Lu
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/48818
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse '_struct' - possible side-effects?
#830: FILE: drivers/net/ice/base/ice_lan_tx_rx.h:798:
+#define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \
+ .offset = offsetof(struct _struct, _ele), \
+ .size_of = FIELD_SIZEOF(struct _struct, _ele), \
+ .width = _width, \
+ .lsb = _lsb, \
+}
CHECK:MACRO_ARG_REUSE: Macro argument reuse '_ele' - possible side-effects?
#830: FILE: drivers/net/ice/base/ice_lan_tx_rx.h:798:
+#define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \
+ .offset = offsetof(struct _struct, _ele), \
+ .size_of = FIELD_SIZEOF(struct _struct, _ele), \
+ .width = _width, \
+ .lsb = _lsb, \
+}
total: 0 errors, 0 warnings, 2 checks, 2291 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-14 8:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1544776518-91047-15-git-send-email-wenzhuo.lu@intel.com>
2018-12-14 8:32 ` [dpdk-test-report] |WARNING| pw48818 [v4, 14/32] net/ice/base: add structures for RX/TX queues 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).