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 92008A0597 for ; Thu, 9 Apr 2020 12:55:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8A5321C238; Thu, 9 Apr 2020 12:55:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9B42F1C246; Thu, 9 Apr 2020 12:55:57 +0200 (CEST) In-Reply-To: <1586429580-6990-2-git-send-email-xiangxia.m.yue@gmail.com> References: <1586429580-6990-2-git-send-email-xiangxia.m.yue@gmail.com> To: test-report@dpdk.org Cc: xiangxia.m.yue@gmail.com Message-Id: <20200409105557.9B42F1C246@dpdk.org> Date: Thu, 9 Apr 2020 12:55:57 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw68050 [PATCH dpdk-dev 2/2] mempool: use shared memzone for rte_mempool_ops 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/68050 _coding style issues_ ERROR:INITIALISED_STATIC: do not initialise statics to false #213: FILE: lib/librte_mempool/rte_mempool_ops.c:22: + static bool mempool_shared_ops_inited = false; ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #215: FILE: lib/librte_mempool/rte_mempool_ops.c:24: + const struct rte_memzone* mz; ERROR:SPACING: space required before the open parenthesis '(' #253: FILE: lib/librte_mempool/rte_mempool_ops.c:58: + if(!strcmp(name, shared_ops->mempool_ops[ops_index].name)) { ERROR:SPACING: space prohibited before that '++' (ctx:WxO) #258: FILE: lib/librte_mempool/rte_mempool_ops.c:63: + ops_index ++; ^ ERROR:SPACING: space prohibited before that '++' (ctx:WxO) #264: FILE: lib/librte_mempool/rte_mempool_ops.c:69: + shared_ops->num_mempool_ops ++; ^ total: 5 errors, 0 warnings, 168 lines checked