[dpdk-test-report] |WARNING| pw22028 [PATCH v2 2/3] net/mlx5: use correct RETA table size

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 21 10:38:19 CET 2017


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#61: FILE: drivers/net/mlx5/mlx5_rss.c:262:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#72: FILE: drivers/net/mlx5/mlx5_rss.c:296:
+		return EINVAL;

total: 0 errors, 2 warnings, 0 checks, 40 lines checked


More information about the test-report mailing list