|WARNING| pw120838 [PATCH] event/cnxk: arm early to account for software delays

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 13 16:12:21 CET 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#92: FILE: drivers/event/cnxk/cnxk_tim_worker.h:136:
+	uint64_t bucket = rte_reciprocal_divide_u64(bkt_cyc, &tim_ring->fast_div);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#95: FILE: drivers/event/cnxk/cnxk_tim_worker.h:139:
+	if ((bkt_cyc - bucket * tim_ring->tck_int) < tim_ring->tck_int / 2)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#95: FILE: drivers/event/cnxk/cnxk_tim_worker.h:139:
+	if ((bkt_cyc - bucket * tim_ring->tck_int) < tim_ring->tck_int / 2)

total: 0 errors, 3 warnings, 16 lines checked


More information about the test-report mailing list