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 D6D77A0032 for ; Wed, 13 Jul 2022 13:11:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D336142905; Wed, 13 Jul 2022 13:11:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3ED8F4284D for ; Wed, 13 Jul 2022 13:11:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2480F121EFB; Wed, 13 Jul 2022 13:11:46 +0200 (CEST) Subject: |WARNING| pw113936 [PATCH] net/bonding: fix double get slave link status In-Reply-To: <598d08fa7e4da0ba42ba21ed3461ead4f6f9d23f.1657710002.git.wangyunjian@huawei.com> References: <598d08fa7e4da0ba42ba21ed3461ead4f6f9d23f.1657710002.git.wangyunjian@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yunjian Wang Message-Id: <20220713111146.2480F121EFB@dpdk.org> Date: Wed, 13 Jul 2022 13:11:46 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/113936 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #34: Subject: [dpdk-dev] [PATCH] net/bonding: fix double get slave link status WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #57: When link status polling mode is using, the slave link status is WARNING:TYPO_SPELLING: 'lastest' may be misspelled - perhaps 'latest'? #59: the lastest queried link state. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2891: + uint16_t active_pos, slave_idx; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #96: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2912: + slave_idx = i; WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #104: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3001: + internals->slaves[slave_idx].last_link_status = link.link_status; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #104: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3001: + internals->slaves[slave_idx].last_link_status = link.link_status; total: 0 errors, 7 warnings, 0 checks, 31 lines checked