[dpdk-test-report] |WARNING| pw34728 [PATCH v4 3/4] net/mlx5: move rdma-core calls to separate file

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 30 16:36:51 CET 2018


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list