|WARNING| pw114588 [PATCH 1/4] eventdev/timer: add periodic event timer support
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Aug 3 18:27:32 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114588
_coding style issues_
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#158: FILE: lib/eventdev/rte_event_timer_adapter.c:644:
+ /* If event buffer is full, put timer back in list with
+ * immediate expiry value, so that we process it again
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#161: FILE: lib/eventdev/rte_event_timer_adapter.c:647:
+ ret = rte_timer_alt_reset(sw->timer_data_id, tim, 0,
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#199: FILE: lib/eventdev/rte_event_timer_adapter.c:680:
+ sw->expired_timers[sw->n_expired_timers++] = tim;
total: 0 errors, 3 warnings, 176 lines checked
More information about the test-report
mailing list