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

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Mar 14 17:46:42 CET 2021


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#212: FILE: app/test/test_event_timer_adapter.c:559:
+	 * there will be 10 * MAX_TIMERS periodic timer triggers */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#231: FILE: app/test/test_event_timer_adapter.c:646:
+	 * there will be 10 * MAX_TIMERS periodic timer triggers */

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

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

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

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

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

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

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#265: FILE: app/test/test_event_timer_adapter.c:697:
+		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:
+		TEST_ASSERT_EQUAL(rte_event_timer_arm_burst(timdev, &ev_tim,

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

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

total: 0 errors, 12 warnings, 222 lines checked


More information about the test-report mailing list