automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw87940 [PATCH v2 01/15] net/ionic: cut down completion queue structure
       [not found] <20210216203540.29290-2-aboyer@pensando.io>
@ 2021-02-16 20:36 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-02-16 20:36 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Boyer

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_q' - possible side-effects?
#151: FILE: drivers/net/ionic/ionic_dev.h:145:
+#define Q_NEXT_TO_POST(_q, _n)	(((_q)->head_idx + (_n)) & ((_q)->size_mask))

CHECK:MACRO_ARG_REUSE: Macro argument reuse '_q' - possible side-effects?
#152: FILE: drivers/net/ionic/ionic_dev.h:146:
+#define Q_NEXT_TO_SRVC(_q, _n)	(((_q)->tail_idx + (_n)) & ((_q)->size_mask))

total: 0 errors, 0 warnings, 2 checks, 189 lines checked

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

only message in thread, other threads:[~2021-02-16 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210216203540.29290-2-aboyer@pensando.io>
2021-02-16 20:36 ` [dpdk-test-report] |WARNING| pw87940 [PATCH v2 01/15] net/ionic: cut down completion queue structure 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).