|WARNING| pw113477 [PATCH v4 2/6] eal: add thread lifetime management
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jun 27 18:57:01 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/113477
_coding style issues_
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#299: FILE: lib/eal/unix/rte_thread.c:190:
+ void **pres = NULL;
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#302: FILE: lib/eal/unix/rte_thread.c:193:
+ pres = &res;
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#304: FILE: lib/eal/unix/rte_thread.c:195:
+ ret = pthread_join((pthread_t)thread_id.opaque_id, pres);
total: 0 errors, 3 warnings, 484 lines checked
More information about the test-report
mailing list