[dpdk-test-report] |WARNING| pw24355 [PATCH v4 6/8] net/enic: flow API for Legacy NICs

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 18 00:39:03 CEST 2017


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

_coding style issues_


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

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

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

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

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

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

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

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

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

total: 0 errors, 9 warnings, 0 checks, 236 lines checked


More information about the test-report mailing list