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 A671DA00E6 for ; Wed, 15 May 2019 18:15:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 887F85A44; Wed, 15 May 2019 18:15:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id EB4FD5B20; Wed, 15 May 2019 18:15:05 +0200 (CEST) In-Reply-To: <20190515161346.33080-1-dharton@cisco.com> References: <20190515161346.33080-1-dharton@cisco.com> To: test-report@dpdk.org Cc: David Harton Message-Id: <20190515161505.EB4FD5B20@dpdk.org> Date: Wed, 15 May 2019 18:15:05 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53437 [PATCH v2] 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/53437 _coding style issues_ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #163: 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) #164: FILE: drivers/net/i40e/i40e_rxtx.c:3240: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #172: 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) #173: FILE: drivers/net/i40e/i40e_rxtx.c:3248: + struct rte_mbuf __rte_unused **rx_pkts, ^ total: 0 errors, 0 warnings, 4 checks, 150 lines checked