From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B88FFA0565 for ; Mon, 2 Mar 2020 02:58:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7A761BE81; Mon, 2 Mar 2020 02:58:38 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id D38EC1BF76; Mon, 2 Mar 2020 02:58:36 +0100 (CET) In-Reply-To: <1583114253-15345-1-git-send-email-xiangxia.m.yue@gmail.com> References: <1583114253-15345-1-git-send-email-xiangxia.m.yue@gmail.com> To: test-report@dpdk.org Cc: xiangxia.m.yue@gmail.com Message-Id: <20200302015836.D38EC1BF76@dpdk.org> Date: Mon, 2 Mar 2020 02:58:36 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66151 [PATCH] mempool: sort the rte_mempool_ops by name 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/66151 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #130: FILE: lib/librte_mempool/rte_mempool_ops.c:25: + unsigned ops_index, i; WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #140: FILE: lib/librte_mempool/rte_mempool_ops.c:54: + * lib initiation will not affect rte_mempool_ops index. */ ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #146: FILE: lib/librte_mempool/rte_mempool_ops.c:60: + rte_mempool_ops_table.ops[ops_index -1]; ^ total: 1 errors, 2 warnings, 36 lines checked