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 DFEC7A2EDB for ; Fri, 6 Sep 2019 15:22:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 83BF81F3C8; Fri, 6 Sep 2019 15:22:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 92AA41F428; Fri, 6 Sep 2019 15:22:34 +0200 (CEST) In-Reply-To: <20190906131813.1343-3-marcinx.a.zapolski@intel.com> References: <20190906131813.1343-3-marcinx.a.zapolski@intel.com> To: test-report@dpdk.org Cc: Marcin Zapolski Message-Id: <20190906132234.92AA41F428@dpdk.org> Date: Fri, 6 Sep 2019 15:22:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58875 [RFC 19.11 v2 2/3] i40e: make driver compatible with changes in ethdev 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/58875 _coding style issues_ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #154: FILE: drivers/net/i40e/i40e_rxtx.c:648: +i40e_recv_pkts_bulk_alloc(void __rte_unused *eth_dev, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #407: FILE: drivers/net/i40e/i40e_rxtx.c:3208: + void __rte_unused *eth_dev, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #417: FILE: drivers/net/i40e/i40e_rxtx.c:3218: + void __rte_unused *eth_dev, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #437: FILE: drivers/net/i40e/i40e_rxtx.c:3256: +i40e_recv_pkts_vec_avx2(void __rte_unused *eth_dev, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #447: FILE: drivers/net/i40e/i40e_rxtx.c:3265: +i40e_recv_scattered_pkts_vec_avx2(void __rte_unused *eth_dev, ^ CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #552: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:474: { + CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #646: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:684: { + total: 0 errors, 0 warnings, 7 checks, 700 lines checked