[dpdk-test-report] |WARNING| pw89348 [PATCH v3 2/3] test/event: add unit tests for periodic timer

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 17 09:05:53 CET 2021


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

_coding style issues_


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

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

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

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

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

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

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

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

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#276: FILE: app/test/test_event_timer_adapter.c:708:
+					&ev_tim, 1), 1,

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

total: 0 errors, 10 warnings, 224 lines checked


More information about the test-report mailing list