[dpdk-test-report] |WARNING| pw67389 [RFC PATCH 6/9] eal: introduce memory management wrappers

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 30 06:12:05 CEST 2020


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 955 lines checked


More information about the test-report mailing list