From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 31ADC3572; Thu, 3 May 2018 12:11:56 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Gowrishankar Message-Id: <20180503101156.31ADC3572@dpdk.org> Date: Thu, 3 May 2018 12:11:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39294 [PATCH 1/2] eal/malloc: merge malloc_elems in heap if they are contiguous X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 10:11:56 -0000 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