From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 10CE437B0; Fri, 1 Jun 2018 11:18:29 +0200 (CEST) In-Reply-To: <1527857469-159391-1-git-send-email-dariuszx.stojaczyk@intel.com> References: <1527857469-159391-1-git-send-email-dariuszx.stojaczyk@intel.com> To: test-report@dpdk.org Cc: Dariusz Stojaczyk Message-Id: <20180601091829.10CE437B0@dpdk.org> Date: Fri, 1 Jun 2018 11:18:29 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40567 [PATCH 1/2] memalloc: do not leave unmapped holes in EAL virtual memory area 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: Fri, 01 Jun 2018 09:18:29 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40567 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #67: FILE: lib/librte_eal/linuxapp/eal/eal_memalloc.c:597: + if (new_addr != NULL) { + munmap(new_addr, alloc_sz); + } WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #72: FILE: lib/librte_eal/linuxapp/eal/eal_memalloc.c:602: + * override it in the future. */ total: 0 errors, 2 warnings, 35 lines checked