[dpdk-test-report] |WARNING| pw38968 [PATCH v3 5/8] net/sfc: process RSS settings on Rx configure step

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 25 19:53:46 CEST 2018


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list