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

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


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

_coding style issues_


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

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

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

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#93: 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