From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8541C1B161; Fri, 2 Feb 2018 09:05:42 +0100 (CET) In-Reply-To: <1517558582-27108-2-git-send-email-hemant.agrawal@nxp.com> References: <1517558582-27108-2-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20180202080542.8541C1B161@dpdk.org> Date: Fri, 2 Feb 2018 09:05:42 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34867 [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API 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: , X-List-Received-Date: Fri, 02 Feb 2018 08:05:42 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34867 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #45: FILE: lib/librte_eal/bsdapp/eal/eal.c:86: +const char * __rte_experimental ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #70: FILE: lib/librte_eal/common/include/rte_eal.h:463: +const char * __rte_experimental ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #86: FILE: lib/librte_eal/linuxapp/eal/eal.c:96: +const char * __rte_experimental total: 3 errors, 0 warnings, 59 lines checked