[dpdk-test-report] |WARNING| pw100025 [PATCH 05/10] net/sfc: support GROUP flows in tunnel offload

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 29 22:59:49 CEST 2021


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#197: FILE: drivers/net/sfc/sfc_mae.c:2261:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#203: FILE: drivers/net/sfc/sfc_mae.c:2267:
+		return EINVAL;

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

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#215: FILE: drivers/net/sfc/sfc_mae.c:2279:
+		return EINVAL;

total: 0 errors, 4 warnings, 0 checks, 243 lines checked


More information about the test-report mailing list