[dpdk-test-report] |WARNING| pw37428 [PATCH 4/7] net/sfc: process RSS settings on Rx configure step

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 6 19:22:53 CEST 2018


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#49: 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)
#55: 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)
#65: 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