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 A093AA00E6 for ; Thu, 16 May 2019 20:28:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 952505F22; Thu, 16 May 2019 20:28:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6629D5F2E; Thu, 16 May 2019 20:28:26 +0200 (CEST) In-Reply-To: <20190516182803.11662-1-dharton@cisco.com> References: <20190516182803.11662-1-dharton@cisco.com> To: test-report@dpdk.org Cc: David Harton Message-Id: <20190516182826.6629D5F2E@dpdk.org> Date: Thu, 16 May 2019 20:28:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53498 [PATCH v3] net/i40e: Eliminate weak symbols in i40e_rxtx.c 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/53498 _coding style issues_ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #176: FILE: drivers/net/i40e/i40e_rxtx.c:3239: +i40e_recv_pkts_vec_avx2(void __rte_unused *rx_queue, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #177: FILE: drivers/net/i40e/i40e_rxtx.c:3240: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #185: FILE: drivers/net/i40e/i40e_rxtx.c:3247: +i40e_recv_scattered_pkts_vec_avx2(void __rte_unused *rx_queue, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #186: FILE: drivers/net/i40e/i40e_rxtx.c:3248: + struct rte_mbuf __rte_unused **rx_pkts, ^ total: 0 errors, 0 warnings, 4 checks, 161 lines checked