automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw87882 [RFC PATCH] eventdev: use shared memory to store timer adapter
       [not found] <20210212101343.689792-1-sthotton@marvell.com>
@ 2021-02-16  9:37 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-02-16  9:37 UTC (permalink / raw)
  To: test-report; +Cc: Shijith Thotton

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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#244: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:65:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#244: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:65:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#283: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:293:
+	adptr->data.adapter_priv = tim_ring;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#288: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:297:
+	tim_ring->ring_id = adptr->data.id;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#306: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:429:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#306: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:429:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#315: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:472:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#315: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:472:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#324: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:495:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#324: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:495:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#342: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:525:
+	struct otx2_tim_ring *tim_ring = adapter->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#342: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:525:
+	struct otx2_tim_ring *tim_ring = adapter->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#351: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:540:
+	struct otx2_tim_ring *tim_ring = adapter->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#351: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:540:
+	struct otx2_tim_ring *tim_ring = adapter->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#364: FILE: drivers/event/octeontx2/otx2_tim_worker.c:64:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#364: FILE: drivers/event/octeontx2/otx2_tim_worker.c:64:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#373: FILE: drivers/event/octeontx2/otx2_tim_worker.c:103:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#373: FILE: drivers/event/octeontx2/otx2_tim_worker.c:103:
+	struct otx2_tim_ring *tim_ring = adptr->data.adapter_priv;

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#931: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:551:
+#define ADAPTER_VALID_OR_ERR_RET(adapter, retval) do {			\
+	if (adapter == NULL) {						\
+		return retval;						\
+	} else {							\
+		int i;							\
+		for (i = 0; i < RTE_EVENT_TIMER_ADAPTER_NUM_MAX; i++) {	\
+			if (adapters[i] == adapter)			\
+				break;					\
+		}							\
+		if (i == RTE_EVENT_TIMER_ADAPTER_NUM_MAX)		\
+			return retval;					\
+	}								\
 } while (0)

total: 0 errors, 19 warnings, 815 lines checked

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210212101343.689792-1-sthotton@marvell.com>
2021-02-16  9:37 ` [dpdk-test-report] |WARNING| pw87882 [RFC PATCH] eventdev: use shared memory to store timer adapter 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).