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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 11 17:38:08 CEST 2022


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

_coding style issues_


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

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

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

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#127: 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