From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DFFB8D508; Fri, 11 Nov 2016 00:25:51 +0100 (CET) In-Reply-To: <20161110232540.GA18054@labs.hpe.com> References: <20161110232540.GA18054@labs.hpe.com> To: test-report@dpdk.org Cc: Jean Tourrilhes Message-Id: <20161110232551.DFFB8D508@dpdk.org> Date: Fri, 11 Nov 2016 00:25:51 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH v3] mempool: Add sanity check when secondary link-in less mempools than primary X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 23:25:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17000 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #95: FILE: lib/librte_mempool/rte_mempool.c:1283: + * extensive changes, and is much less likely. Jean II */ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #97: FILE: lib/librte_mempool/rte_mempool.c:1285: + unsigned i; WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #99: FILE: lib/librte_mempool/rte_mempool.c:1287: + * In most cases, list is empty... */ total: 0 errors, 3 warnings, 29 lines checked