|WARNING| pw126117 [PATCH v2 17/22] test/pdcp: add timer expiry cases

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 14 19:47:57 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#273: FILE: app/test/test_pdcp.c:1221:
+test_rte_timer_expiry_handle(struct rte_timer *tim, void *arg)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#275: FILE: app/test/test_pdcp.c:1223:
+	struct test_rte_timer_args *tim_data = arg;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#279: FILE: app/test/test_pdcp.c:1227:
+	RTE_SET_USED(tim);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#281: FILE: app/test/test_pdcp.c:1229:
+	n = rte_pdcp_t_reordering_expiry_handle(tim_data->pdcp_entity, out_mb);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#284: FILE: app/test/test_pdcp.c:1232:
+	tim_data->status =  n == 1 ? n : -1;

total: 0 errors, 5 warnings, 386 lines checked


More information about the test-report mailing list