automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
Subject: |WARNING| pw121039 [PATCH v3] eventdev/timer: add API to get remaining ticks
Date: Mon, 19 Dec 2022 22:12:51 +0100 (CET)	[thread overview]
Message-ID: <20221219211252.060F3122E70@dpdk.org> (raw)
In-Reply-To: <20221219211135.2399687-1-erik.g.carrillo@intel.com>

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

_coding style issues_

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


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#97: FILE: app/test/test_event_timer_adapter.c:1927:
+	struct rte_event_timer *ev_tim;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#100: FILE: app/test/test_event_timer_adapter.c:1930:
+	const struct rte_event_timer tim = {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#109: FILE: app/test/test_event_timer_adapter.c:1939:
+	rte_mempool_get(eventdev_test_mempool, (void **)&ev_tim);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#110: FILE: app/test/test_event_timer_adapter.c:1940:
+	*ev_tim = tim;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#110: FILE: app/test/test_event_timer_adapter.c:1940:
+	*ev_tim = tim;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#111: FILE: app/test/test_event_timer_adapter.c:1941:
+	ev_tim->ev.event_ptr = ev_tim;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#111: FILE: app/test/test_event_timer_adapter.c:1941:
+	ev_tim->ev.event_ptr = ev_tim;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#113: FILE: app/test/test_event_timer_adapter.c:1943:
+	ev_tim->timeout_ticks = CALC_TICKS(TEST_TICKS);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#115: FILE: app/test/test_event_timer_adapter.c:1945:
+	ret = rte_event_timer_get_remaining_ticks(timdev, ev_tim,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#118: FILE: app/test/test_event_timer_adapter.c:1948:
+		rte_mempool_put(eventdev_test_mempool, (void *)ev_tim);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#127: FILE: app/test/test_event_timer_adapter.c:1957:
+	TEST_ASSERT_EQUAL(rte_event_timer_arm_burst(timdev, &ev_tim, 1), 1,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#129: FILE: app/test/test_event_timer_adapter.c:1959:
+	TEST_ASSERT_EQUAL(ev_tim->state, RTE_EVENT_TIMER_ARMED,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#131: FILE: app/test/test_event_timer_adapter.c:1961:
+			  RTE_EVENT_TIMER_ARMED, ev_tim->state);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#134: FILE: app/test/test_event_timer_adapter.c:1964:
+		ret = rte_event_timer_get_remaining_ticks(timdev, ev_tim,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#150: FILE: app/test/test_event_timer_adapter.c:1980:
+	TEST_ASSERT_EQUAL(ev_tim->state, RTE_EVENT_TIMER_NOT_ARMED,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#152: FILE: app/test/test_event_timer_adapter.c:1982:
+			  RTE_EVENT_TIMER_NOT_ARMED, ev_tim->state);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#155: FILE: app/test/test_event_timer_adapter.c:1985:
+	TEST_ASSERT_FAIL(rte_event_timer_get_remaining_ticks(timdev, ev_tim,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#159: FILE: app/test/test_event_timer_adapter.c:1989:
+	rte_mempool_put(eventdev_test_mempool, (void *)ev_tim);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#249: FILE: lib/eventdev/rte_event_timer_adapter.c:1099:
+	struct rte_timer *tim;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#258: FILE: lib/eventdev/rte_event_timer_adapter.c:1108:
+	tim = (struct rte_timer *)(uintptr_t)opaque;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#261: FILE: lib/eventdev/rte_event_timer_adapter.c:1111:
+	if (cur_cycles > tim->expire) {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#266: FILE: lib/eventdev/rte_event_timer_adapter.c:1116:
+	cycles_remaining = tim->expire - cur_cycles;

total: 0 errors, 22 warnings, 224 lines checked

  parent reply	other threads:[~2022-12-19 21:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221219211135.2399687-1-erik.g.carrillo@intel.com>
2022-12-19 21:03 ` |SUCCESS| " qemudev
2022-12-19 21:06 ` qemudev
2022-12-19 21:12 ` checkpatch [this message]
2022-12-19 22:19 ` 0-day Robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221219211252.060F3122E70@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=erik.g.carrillo@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).