[dpdk-test-report] |WARNING| pw88666 [PATCH 24/36] event/cnxk: add timer adapter info function

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Mar 6 17:35:29 CET 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#79: 
Add TIM event timer adapter info get function.

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#96: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:80:
+cnxk_tim_ring_info_get(const struct rte_event_timer_adapter *adptr,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#99: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:83:
+	struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#99: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:83:
+	struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#101: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:85:
+	adptr_info->max_tmo_ns = tim_ring->max_tout;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#102: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:86:
+	adptr_info->min_resolution_ns = tim_ring->tck_nsec;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#114: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:233:
+	cnxk_tim_ops.get_info = cnxk_tim_ring_info_get;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#114: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:233:
+	cnxk_tim_ops.get_info = cnxk_tim_ring_info_get;

total: 0 errors, 8 warnings, 25 lines checked


More information about the test-report mailing list