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 6E72F4307C for ; Wed, 16 Aug 2023 08:29:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AFF5427E9; Wed, 16 Aug 2023 08:29:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E725840041 for ; Wed, 16 Aug 2023 08:29:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C81301206AB; Wed, 16 Aug 2023 08:29:10 +0200 (CEST) Subject: |WARNING| pw130389 [PATCH v5 2/2] net/bonding: replace master/slave to main/member In-Reply-To: <20230816062710.2188087-3-chaoyong.he@corigine.com> References: <20230816062710.2188087-3-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20230816062910.C81301206AB@dpdk.org> Date: Wed, 16 Aug 2023 08:29:10 +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/130389 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #51: Subject: [PATCH v5 2/2] net/bonding: replace master/slave to main/member WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #51: Subject: [PATCH v5 2/2] net/bonding: replace master/slave to main/member WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #128: This patch replaces the usage of the word 'master/slave' with more WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #128: This patch replaces the usage of the word 'master/slave' with more WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #135: rte_eth_bond_8023ad_slave_info is now called WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #137: rte_eth_bond_active_slaves_get is now called WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #139: rte_eth_bond_slave_add is now called WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #141: rte_eth_bond_slave_remove is now called WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #143: rte_eth_bond_slaves_get is now called WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #146: The data structure ``struct rte_eth_bond_8023ad_slave_info`` was WARNING:TYPO_SPELLING: 'parnter' may be misspelled - perhaps 'partner'? #5948: FILE: app/test/test_link_bonding_mode4.c:259: + RTE_VERIFY(member->lacp_parnter_state == 0); WARNING:TYPO_SPELLING: 'parnter' may be misspelled - perhaps 'partner'? #5996: FILE: app/test/test_link_bonding_mode4.c:289: + member->lacp_parnter_state = 0; WARNING:TYPO_SPELLING: 'parnter' may be misspelled - perhaps 'partner'? #6150: FILE: app/test/test_link_bonding_mode4.c:508: + member->lacp_parnter_state = lacp->actor.state; WARNING:TYPO_SPELLING: 'parnter' may be misspelled - perhaps 'partner'? #6225: FILE: app/test/test_link_bonding_mode4.c:581: + return member->lacp_parnter_state == expected_state; WARNING:TYPO_SPELLING: 'parnter' may be misspelled - perhaps 'partner'? #6854: FILE: app/test/test_link_bonding_mode4.c:1356: + TEST_ASSERT(member->lacp_parnter_state & STATE_EXPIRED, WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #8231: FILE: doc/guides/rel_notes/release_23_11.rst:112: +* bonding: Replace master/slave to main/member. The data structure WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #8231: FILE: doc/guides/rel_notes/release_23_11.rst:112: +* bonding: Replace master/slave to main/member. The data structure WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #8232: FILE: doc/guides/rel_notes/release_23_11.rst:113: + ``struct rte_eth_bond_8023ad_slave_info`` was renamed to WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #8236: FILE: doc/guides/rel_notes/release_23_11.rst:117: + ``rte_eth_bond_8023ad_slave_info``, WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #8237: FILE: doc/guides/rel_notes/release_23_11.rst:118: + ``rte_eth_bond_active_slaves_get``, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #8238: FILE: doc/guides/rel_notes/release_23_11.rst:119: + ``rte_eth_bond_slave_add``, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #8239: FILE: doc/guides/rel_notes/release_23_11.rst:120: + ``rte_eth_bond_slave_remove``, and WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #8240: FILE: doc/guides/rel_notes/release_23_11.rst:121: + ``rte_eth_bond_slaves_get`` total: 0 errors, 23 warnings, 13944 lines checked