From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CB07FA0561 for ; Fri, 28 Feb 2020 07:09:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C46C41BFDA; Fri, 28 Feb 2020 07:09:26 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 7AFA01BFEF; Fri, 28 Feb 2020 07:09:23 +0100 (CET) In-Reply-To: <20200228060727.192491-3-dmitry.kozliuk@gmail.com> References: <20200228060727.192491-3-dmitry.kozliuk@gmail.com> To: test-report@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20200228060923.7AFA01BFEF@dpdk.org> Date: Fri, 28 Feb 2020 07:09:23 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66123 [RFC PATCH 2/5] net: add stub for RARP packet generation on Windows 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/66123 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #98: FILE: lib/librte_net/rte_net.c:492: +struct rte_mbuf * __rte_experimental total: 1 errors, 0 warnings, 15 lines checked Please only put __rte_experimental tags in headers (b/lib/librte_net/rte_net.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function.