[dpdk-test-report] |WARNING| [PATCH v2 37/55] net/sfc: implement event queue support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Nov 29 17:32:03 CET 2016


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#546: FILE: drivers/net/sfc/sfc_ev.c:359:
+		return ENOMEM;

total: 0 errors, 1 warnings, 0 checks, 702 lines checked


More information about the test-report mailing list