[dpdk-test-report] |WARNING| pw101055 [PATCH v2 16/38] net/sfc: implement representor queue setup and release

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 11 16:51:48 CEST 2021


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#405: FILE: drivers/net/sfc/sfc_repr_proxy.c:550:
+		return ENOENT;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#412: FILE: drivers/net/sfc/sfc_repr_proxy.c:557:
+		return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#476: FILE: drivers/net/sfc/sfc_repr_proxy.c:621:
+		return ENOENT;

total: 0 errors, 3 warnings, 0 checks, 502 lines checked


More information about the test-report mailing list