|WARNING| pw114796 [PATCH v2 3/4] timer: fix function to stop all timers

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Aug 10 09:02:46 CEST 2022


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

_coding style issues_

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


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#88: FILE: lib/timer/rte_timer.c:583:
+__rte_timer_stop(struct rte_timer *tim,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#97: FILE: lib/timer/rte_timer.c:605:
+		timer_del(tim, prev_status, 0, priv_timer);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#106: FILE: lib/timer/rte_timer.c:634:
+	return __rte_timer_stop(tim, timer_data);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#123: FILE: lib/timer/rte_timer.c:995:
+			__rte_timer_stop(tim, timer_data);

total: 0 errors, 4 warnings, 46 lines checked


More information about the test-report mailing list