[dpdk-test-report] |WARNING| pw100853 [PATCH v15 6/9] eal: add thread lifetime management
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Oct 9 00:41:44 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100853
_coding style issues_
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#172: FILE: lib/eal/common/rte_thread.c:274:
+ void **pres = NULL;
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#175: FILE: lib/eal/common/rte_thread.c:277:
+ pres = &res;
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#177: FILE: lib/eal/common/rte_thread.c:279:
+ ret = pthread_join((pthread_t)thread_id.opaque_id, pres);
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#183: FILE: lib/eal/common/rte_thread.c:285:
+ if (value_ptr != NULL && *pres != NULL)
WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#184: FILE: lib/eal/common/rte_thread.c:286:
+ *value_ptr = *(unsigned long *)(*pres);
total: 0 errors, 5 warnings, 339 lines checked
More information about the test-report
mailing list