From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 46D0CA0C43 for ; Fri, 8 Oct 2021 00:09:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 426564116F; Fri, 8 Oct 2021 00:09:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8F196410F7 for ; Fri, 8 Oct 2021 00:09:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7E80E120E00; Fri, 8 Oct 2021 00:09:11 +0200 (CEST) In-Reply-To: <20211007220750.313779-2-dmitry.kozliuk@gmail.com> References: <20211007220750.313779-2-dmitry.kozliuk@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20211007220911.7E80E120E00@dpdk.org> Date: Fri, 8 Oct 2021 00:09:11 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100720 [PATCH v3 1/2] net: rename Ethernet header fields X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/100720 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #516: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:591: + rte_eth_macaddr_get(slave_id, &hdr->eth_hdr.src_addr); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #525: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1349: + rte_eth_macaddr_get(slave_id, &m_hdr->eth_hdr.src_addr); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #605: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1020: + rte_eth_macaddr_get(slave_idx, ð_h->src_addr); WARNING:LONG_LINE: line length of 108 exceeds 100 columns #666: FILE: examples/bond/main.c:425: + rte_ether_addr_copy(ð_hdr->src_addr, ð_hdr->dst_addr); WARNING:LONG_LINE: line length of 104 exceeds 100 columns #667: FILE: examples/bond/main.c:426: + rte_ether_addr_copy(&bond_mac_addr, ð_hdr->src_addr); WARNING:LONG_LINE: line length of 107 exceeds 100 columns #674: FILE: examples/bond/main.c:431: + rte_ether_addr_copy(&dst_addr, &arp_hdr->arp_data.arp_sha); total: 0 errors, 6 warnings, 1190 lines checked