From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4530F2C16; Wed, 26 Apr 2017 06:02:26 +0200 (CEST) In-Reply-To: <4486793.msUSBAJSWm@polaris> References: <4486793.msUSBAJSWm@polaris> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20170426040226.4530F2C16@dpdk.org> Date: Wed, 26 Apr 2017 06:02:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23885 [PATCH] custom align for mempool elements 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: Wed, 26 Apr 2017 04:02:26 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23885 _coding style issues_ WARNING:TYPO_SPELLING: 'aligment' may be misspelled - perhaps 'alignment'? #45: FILE: lib/librte_mempool/rte_mempool.c:513: +mempool_default_elt_aligment(void) WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 19) #48: FILE: lib/librte_mempool/rte_mempool.c:516: + if (rte_xen_dom0_supported()) { + align = RTE_PGSIZE_2M;; WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #49: FILE: lib/librte_mempool/rte_mempool.c:517: + align = RTE_PGSIZE_2M;; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 19) #50: FILE: lib/librte_mempool/rte_mempool.c:518: + } else if (rte_eal_has_hugepages()) { + align = RTE_CACHE_LINE_SIZE; WARNING:TYPO_SPELLING: 'aligment' may be misspelled - perhaps 'alignment'? #104: FILE: lib/librte_mempool/rte_mempool.c:842: + mp->elt_align = mempool_default_elt_aligment(); total: 0 errors, 5 warnings, 85 lines checked