|WARNING| pw116253 [PATCH v5 2/4] timer: fix function to stop all timers

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 14 07:10:44 CEST 2022


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

_coding style issues_


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

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

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

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