[dpdk-test-report] |WARNING| pw69906 [PATCH v2] mem: fix the alloc size roundup overflow

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 7 09:41:50 CEST 2020


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#90: FILE: app/test/test_malloc.c:858:
+        if (bad_ptr != NULL)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#90: FILE: app/test/test_malloc.c:858:
+        if (bad_ptr != NULL)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#91: FILE: app/test/test_malloc.c:859:
+                goto err_return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#91: FILE: app/test/test_malloc.c:859:
+                goto err_return;$

total: 2 errors, 2 warnings, 27 lines checked


More information about the test-report mailing list