[dpdk-test-report] |WARNING| pw101073 [PATCH v2 34/38] net/sfc: include controller and port in representor name

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 11 16:54:10 CEST 2021


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#139: FILE: drivers/net/sfc/sfc_switch.c:298:
+		return ENOENT;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#148: FILE: drivers/net/sfc/sfc_switch.c:307:
+	return ENOENT;

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


More information about the test-report mailing list