automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117663 [PATCH v3] net/iavf: fix error of virtchnl command
       [not found] <20221008081104.396560-1-yidingx.zhou@intel.com>
@ 2022-10-08  8:10 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-08  8:10 UTC (permalink / raw)
  To: test-report; +Cc: Yiding Zhou

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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:TYPO_SPELLING: 'lsit' may be misspelled - perhaps 'list'?
#157: FILE: drivers/net/iavf/iavf_vchnl.c:46:
+	TAILQ_HEAD(event_lsit, iavf_arq_event_element) pending;

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'var' - possible side-effects?
#165: FILE: drivers/net/iavf/iavf_vchnl.c:54:
+#define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
+	for ((var) = TAILQ_FIRST((head)); \
+		(var) && ((tvar) = TAILQ_NEXT((var), field), 1); \
+	(var) = (tvar))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tvar' - possible side-effects?
#165: FILE: drivers/net/iavf/iavf_vchnl.c:54:
+#define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
+	for ((var) = TAILQ_FIRST((head)); \
+		(var) && ((tvar) = TAILQ_NEXT((var), field), 1); \
+	(var) = (tvar))

total: 0 errors, 1 warnings, 2 checks, 183 lines checked
Warning in drivers/net/iavf/iavf_vchnl.c:
Using rte_atomicNN_xxx

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

only message in thread, other threads:[~2022-10-08  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221008081104.396560-1-yidingx.zhou@intel.com>
2022-10-08  8:10 ` |WARNING| pw117663 [PATCH v3] net/iavf: fix error of virtchnl command 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).