[dpdk-test-report] |WARNING| pw80526 [PATCH 21/36] net/sfc: add header segments check for EF100 Tx datapath

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 13 15:54:02 CEST 2020


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 0 checks, 150 lines checked


More information about the test-report mailing list