|WARNING| pw112737 [PATCH v2 2/6] eal: add thread lifetime management

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 15 01:49:25 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#256: FILE: lib/eal/unix/rte_thread.c:163:
+	void **pres = NULL;

WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#259: FILE: lib/eal/unix/rte_thread.c:166:
+		pres = &res;

WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#261: FILE: lib/eal/unix/rte_thread.c:168:
+	ret = pthread_join((pthread_t)thread_id.opaque_id, pres);

WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#267: FILE: lib/eal/unix/rte_thread.c:174:
+	if (value_ptr != NULL && *pres != NULL)

WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#268: FILE: lib/eal/unix/rte_thread.c:175:
+		*value_ptr = *(unsigned long *)(*pres);

total: 0 errors, 5 warnings, 445 lines checked


More information about the test-report mailing list