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 159C5A0093 for ; Tue, 3 May 2022 12:04:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11F7640C35; Tue, 3 May 2022 12:04:54 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 797D540691 for ; Tue, 3 May 2022 12:04:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6FC9B1242DF; Tue, 3 May 2022 12:04:53 +0200 (CEST) Subject: |WARNING| pw110596 [PATCH v3 2/5] net/bonding: fix non-terminable while loop In-Reply-To: <20220503100217.46203-3-humin29@huawei.com> References: <20220503100217.46203-3-humin29@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Min Hu (Connor)" Message-Id: <20220503100453.6FC9B1242DF@dpdk.org> Date: Tue, 3 May 2022 12:04:53 +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/110596 _coding style issues_ WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #58: All slaves will be stopped and removed when closing a bonded port. But the WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #60: rte_eth_bond_slave_remove fail to run. total: 0 errors, 2 warnings, 0 checks, 7 lines checked