[dpdk-test-report] |WARNING| pw93730 [PATCH v7 01/10] eal: add thread id and simple thread functions
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jun 1 22:56:47 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/93730
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#123: FILE: lib/eal/common/rte_thread.c:45:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#143: FILE: lib/eal/common/rte_thread.c:65:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#163: FILE: lib/eal/common/rte_thread.c:85:
+ return EINVAL;
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 1 errors, 3 warnings, 241 lines checked
More information about the test-report
mailing list