automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118738 [PATCH v5] net/iavf: add thread for event callbacks
       [not found] <20221020050022.102064-1-yidingx.zhou@intel.com>
@ 2022-10-20  4:57 ` checkpatch
  2022-10-20  6:19 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-10-20  4:57 UTC (permalink / raw)
  To: test-report; +Cc: Yiding Zhou

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

_coding style issues_


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

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'var' - possible side-effects?
#175: FILE: drivers/net/iavf/iavf_vchnl.c:56:
+#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?
#175: FILE: drivers/net/iavf/iavf_vchnl.c:56:
+#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, 214 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw118738 [PATCH v5] net/iavf: add thread for event callbacks
       [not found] <20221020050022.102064-1-yidingx.zhou@intel.com>
  2022-10-20  4:57 ` |WARNING| pw118738 [PATCH v5] net/iavf: add thread for event callbacks checkpatch
@ 2022-10-20  6:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-10-20  6:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/118738/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3287023574

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-20  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221020050022.102064-1-yidingx.zhou@intel.com>
2022-10-20  4:57 ` |WARNING| pw118738 [PATCH v5] net/iavf: add thread for event callbacks checkpatch
2022-10-20  6:19 ` |SUCCESS| " 0-day Robot

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).