[dpdk-test-report] |WARNING| pw101071 [PATCH v2 32/38] net/sfc: maintain controller to EFX interface mapping

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


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

_coding style issues_


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

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

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

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

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

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

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

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

total: 0 errors, 8 warnings, 0 checks, 285 lines checked


More information about the test-report mailing list