[dpdk-test-report] |WARNING| pw32412 [PATCH 04/23] eal: move all locking to heap

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 19 12:06:14 CET 2017


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

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#85: FILE: lib/librte_eal/common/malloc_heap.c:177:
+int
+malloc_heap_free(struct malloc_elem *elem) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#105: FILE: lib/librte_eal/common/malloc_heap.c:197:
+int
+malloc_heap_resize(struct malloc_elem *elem, size_t size) {

total: 2 errors, 0 warnings, 111 lines checked


More information about the test-report mailing list