[dpdk-test-report] |WARNING| pw37395 [PATCH v2 05/15] ethdev: alter behavior of flow API actions

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 6 15:26:56 CEST 2018


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#297: FILE: drivers/net/enic/enic_flow.c:972:
+				return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#307: FILE: drivers/net/enic/enic_flow.c:984:
+		return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#327: FILE: drivers/net/enic/enic_flow.c:1015:
+				return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#337: FILE: drivers/net/enic/enic_flow.c:1028:
+				return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#347: FILE: drivers/net/enic/enic_flow.c:1041:
+				return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#357: FILE: drivers/net/enic/enic_flow.c:1055:
+		return ENOTSUP;

total: 0 errors, 6 warnings, 611 lines checked


More information about the test-report mailing list