|WARNING| pw123053 [PATCH] event/cnxk: fix timer ops init in secondary

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Feb 5 07:34:18 CET 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#93: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:384:
+	struct cnxk_tim_ring *tim_ring;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#93: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:384:
+	struct cnxk_tim_ring *tim_ring;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#102: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:408:
+	tim_ring = ((struct rte_event_timer_adapter_data

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#105: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:411:
+	if (tim_ring != NULL && rte_eal_process_type() == RTE_PROC_SECONDARY)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#106: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:412:
+		cnxk_tim_set_fp_ops(tim_ring);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#106: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:412:
+		cnxk_tim_set_fp_ops(tim_ring);

total: 0 errors, 6 warnings, 19 lines checked


More information about the test-report mailing list