|WARNING| pw116310 [PATCH v7 2/3] timer: fix function to stop all timers
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 14 17:34:14 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/116310
_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