[dpdk-test-report] |WARNING| pw28214 [PATCH v2 15/51] net/mlx4: revert RSS parent queue refactoring

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 1 10:08:23 CEST 2017


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#13: 
This reverts commit ff00a0dc5600dbb0a29e4aa7fa4b078f98c7a360.

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#225: FILE: drivers/net/mlx4/mlx4.c:2749:
+		return EINVAL;

total: 1 errors, 1 warnings, 0 checks, 582 lines checked


More information about the test-report mailing list