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 AD5AAA05D3 for ; Wed, 27 Mar 2019 10:06:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1D775B40; Wed, 27 Mar 2019 10:06:01 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 4584B5F0D; Wed, 27 Mar 2019 10:05:56 +0100 (CET) In-Reply-To: <20190327090027.72170-3-xiaolong.ye@intel.com> References: <20190327090027.72170-3-xiaolong.ye@intel.com> To: test-report@dpdk.org Cc: Xiaolong Ye Message-Id: <20190327090556.4584B5F0D@dpdk.org> Date: Wed, 27 Mar 2019 10:05:56 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51765 [PATCH v7 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/51765 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #87: FILE: lib/librte_mbuf/rte_mbuf.c:180: +struct rte_mempool * __rte_experimental ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #147: FILE: lib/librte_mbuf/rte_mbuf.h:1309: +struct rte_mempool * __rte_experimental total: 2 errors, 0 warnings, 110 lines checked