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 1D40BA0677 for ; Tue, 26 Mar 2019 13:25:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 69A9C5589; Tue, 26 Mar 2019 13:25:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 9AD895592; Tue, 26 Mar 2019 13:25:26 +0100 (CET) In-Reply-To: <20190326122029.59359-3-xiaolong.ye@intel.com> References: <20190326122029.59359-3-xiaolong.ye@intel.com> To: test-report@dpdk.org Cc: Xiaolong Ye Message-Id: <20190326122526.9AD895592@dpdk.org> Date: Tue, 26 Mar 2019 13:25:26 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51711 [PATCH v6 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/51711 _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