|WARNING| pw104142 [PATCH v18 6/8] eal: add thread lifetime management

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 11 02:36:35 CET 2021


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

_coding style issues_


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

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

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

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

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

total: 0 errors, 5 warnings, 578 lines checked


More information about the test-report mailing list