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 A8ADCA00E6 for ; Thu, 21 Mar 2019 18:59:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6D65D6CD8; Thu, 21 Mar 2019 18:59:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 012836CD8; Thu, 21 Mar 2019 18:58:50 +0100 (CET) In-Reply-To: <20190319071256.26302-3-xiaolong.ye@intel.com> References: <20190319071256.26302-3-xiaolong.ye@intel.com> To: test-report@dpdk.org Cc: Xiaolong Ye Message-Id: <20190321175851.012836CD8@dpdk.org> Date: Thu, 21 Mar 2019 18:58:51 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51330 [PATCH v2 2/6] 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/51330 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #80: FILE: lib/librte_mbuf/rte_mbuf.c:180: +struct rte_mempool * __rte_experimental ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #140: FILE: lib/librte_mbuf/rte_mbuf.h:1309: +struct rte_mempool * __rte_experimental total: 2 errors, 0 warnings, 105 lines checked