[dpdk-test-report] |WARNING| pw38573 [PATCH v2 8/8] net/sfc: convert to the advanced EFX RSS interface

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 19 18:42:38 CEST 2018


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#355: FILE: drivers/net/sfc/sfc_rx.c:1209:
+		return EINVAL;

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

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#439: FILE: drivers/net/sfc/sfc_rx.c:1272:
+		return EINVAL;

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


More information about the test-report mailing list