From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EA1C8A00E6 for ; Fri, 22 Mar 2019 14:06:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66A611B627; Fri, 22 Mar 2019 14:06:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 7763D1B5F2; Fri, 22 Mar 2019 14:06:08 +0100 (CET) In-Reply-To: <20190322130129.109964-3-xiaolong.ye@intel.com> References: <20190322130129.109964-3-xiaolong.ye@intel.com> To: test-report@dpdk.org Cc: Xiaolong Ye Message-Id: <20190322130608.7763D1B5F2@dpdk.org> Date: Fri, 22 Mar 2019 14:06:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51524 [PATCH v4 2/5] lib/mbuf: introduce helper to create mempool with flags 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/51524 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #79: FILE: lib/librte_mbuf/rte_mbuf.c:180: +struct rte_mempool * __rte_experimental ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #139: FILE: lib/librte_mbuf/rte_mbuf.h:1309: +struct rte_mempool * __rte_experimental total: 2 errors, 0 warnings, 105 lines checked