|WARNING| pw120461 [PATCH 1/3] eal: add rte control thread create API
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Dec 5 21:25:07 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120461
_coding style issues_
WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#69: FILE: lib/eal/common/eal_common_thread.c:238:
+ void * (*start_routine)(void *);
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#111: FILE: lib/eal/common/eal_common_thread.c:276:
+ if (0 != ctrl_thread_init(arg))
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#122: FILE: lib/eal/common/eal_common_thread.c:287:
+ if (0 != ctrl_thread_init(arg))
total: 0 errors, 4 warnings, 181 lines checked
More information about the test-report
mailing list