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 0303A42C5D for ; Thu, 8 Jun 2023 10:10:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00F2940042; Thu, 8 Jun 2023 10:10:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 000EB427E9 for ; Thu, 8 Jun 2023 10:10:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id ED61D12077C; Thu, 8 Jun 2023 10:10:29 +0200 (CEST) Subject: |WARNING| pw128389 [PATCH] net/bonding: fix iavf bond device query stats In-Reply-To: <20230608072636.426803-1-kaiwenx.deng@intel.com> References: <20230608072636.426803-1-kaiwenx.deng@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kaiwen Deng Message-Id: <20230608081029.ED61D12077C@dpdk.org> Date: Thu, 8 Jun 2023 10:10:29 +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/128389 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #68: the update function of the slave device does not work WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #99: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:907: + ret = rte_eth_stats_get(slave_id, &slave_stats); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #99: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:907: + ret = rte_eth_stats_get(slave_id, &slave_stats); total: 0 errors, 3 warnings, 0 checks, 25 lines checked