[dpdk-test-report] |WARNING| pw68173 [PATCH v2 06/10] eal: introduce memory management wrappers

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 10 18:46:24 CEST 2020


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#627: FILE: lib/librte_eal/windows/eal_memory.c:137:
+		return ENOMEM;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#631: FILE: lib/librte_eal/windows/eal_memory.c:141:
+		return EINVAL;

total: 0 errors, 2 warnings, 827 lines checked


More information about the test-report mailing list