[dpdk-test-report] |WARNING| pw39294 [PATCH 1/2] eal/malloc: merge malloc_elems in heap if they are contiguous

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 3 12:11:56 CEST 2018


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

_coding style issues_


WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#53: FILE: lib/librte_eal/common/malloc_heap.c:228:
+		if (prev_ms != NULL && \

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#58: FILE: lib/librte_eal/common/malloc_heap.c:233:
+			/* prev_elem and elem to be contiguous for the resize.
+			   Other wise look for prev_elem in iterations */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#58: FILE: lib/librte_eal/common/malloc_heap.c:233:
+			   Other wise look for prev_elem in iterations */

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#65: FILE: lib/librte_eal/common/malloc_heap.c:240:
+			/* end BUSY elem pointed by prev_elem can be merged
+			   with prev_elem itself, as it expands it size now.

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#70: FILE: lib/librte_eal/common/malloc_heap.c:245:
+			/* preserve end BUSY elem that points to current elem,
+			   or else free_list will be broken */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#70: FILE: lib/librte_eal/common/malloc_heap.c:245:
+			   or else free_list will be broken */

total: 0 errors, 6 warnings, 42 lines checked


More information about the test-report mailing list