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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 12 18:08:23 CEST 2022


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

_coding style issues_


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

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

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

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