|WARNING| pw127348 [PATCH v3 17/22] test/pdcp: add timer expiry cases

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 24 18:06:23 CEST 2023


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

_coding style issues_


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

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

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

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

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

total: 0 errors, 5 warnings, 411 lines checked


More information about the test-report mailing list