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 92F18A00E6 for ; Wed, 15 May 2019 15:06:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 710755F2C; Wed, 15 May 2019 15:06:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D8D256904; Wed, 15 May 2019 15:06:24 +0200 (CEST) In-Reply-To: <20190515130512.6366-1-dharton@cisco.com> References: <20190515130512.6366-1-dharton@cisco.com> To: test-report@dpdk.org Cc: David Harton Message-Id: <20190515130624.D8D256904@dpdk.org> Date: Wed, 15 May 2019 15:06:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53431 [PATCH] 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/53431 _coding style issues_ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #124: 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) #125: FILE: drivers/net/i40e/i40e_rxtx.c:3240: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #133: 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) #134: FILE: drivers/net/i40e/i40e_rxtx.c:3248: + struct rte_mbuf __rte_unused **rx_pkts, ^ total: 0 errors, 0 warnings, 4 checks, 118 lines checked