|WARNING| pw125124 [PATCH v3 2/2] eal: fix failure path race setting new thread affinity

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 14 23:44:34 CET 2023


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#105: FILE: lib/eal/unix/rte_thread.c:97:
+	void * thread_args = ctx->routine_args;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#154: FILE: lib/eal/unix/rte_thread.c:192:
+	while ((thread_wrapper_status =
[...]
+			sched_yield();

total: 1 errors, 1 warnings, 86 lines checked


More information about the test-report mailing list