[dpdk-test-report] |WARNING| pw93910 [PATCH 10/11] net/sfc: add xstats for Rx/Tx doorbells

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 4 16:44:14 CEST 2021


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

_coding style issues_


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

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

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


More information about the test-report mailing list