[dpdk-test-report] |WARNING| pw52087 [PATCH 08/12] net/sfc: introduce descriptor space check in Tx prepare

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 2 11:30:47 CEST 2019


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOBUFS)
#81: FILE: drivers/net/sfc/sfc_dp_tx.h:249:
+		return ENOBUFS;

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


More information about the test-report mailing list