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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 27 09:01:23 CEST 2021


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#137: 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)
#146: 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