[dpdk-test-report] |WARNING| pw23238 [PATCH 1/2] test/mempool_perf: Free mempool on exit

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 5 14:34:42 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#27: 
>> diff --git a/test/test/test_mempool_perf.c b/test/test/test_mempool_perf.c

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#73: FILE: test/test/test_mempool_perf.c:315:
+       int ret = -1;$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#81: FILE: test/test/test_mempool_perf.c:326:
        if (mp_nocache == NULL)
+               goto err;

ERROR:CODE_INDENT: code indent should use tabs where possible
#83: FILE: test/test/test_mempool_perf.c:327:
+               goto err;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#83: FILE: test/test/test_mempool_perf.c:327:
+               goto err;$

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#85: FILE: test/test/test_mempool_perf.c:328:
[...]

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 3 errors, 4 warnings, 16 lines checked


More information about the test-report mailing list