[dpdk-test-report] |WARNING| pw47088 [v3, 4/6] net/mlx5: flow counters mlx5 glue library update

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 19 17:22:06 CEST 2018


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#58: FILE: drivers/net/mlx5/mlx5_glue.c:284:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#73: FILE: drivers/net/mlx5/mlx5_glue.c:299:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#90: FILE: drivers/net/mlx5/mlx5_glue.c:316:
+	return ENOTSUP;

total: 0 errors, 3 warnings, 0 checks, 101 lines checked


More information about the test-report mailing list