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 710A742C46 for ; Wed, 7 Jun 2023 04:46:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CC6C40A84; Wed, 7 Jun 2023 04:46:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5250F40A84 for ; Wed, 7 Jun 2023 04:46:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4427112077C; Wed, 7 Jun 2023 04:46:51 +0200 (CEST) Subject: |WARNING| pw128247 [PATCH v4] net/iavf: fix iavf query stats in intr thread In-Reply-To: <20230607020350.409080-1-kaiwenx.deng@intel.com> References: <20230607020350.409080-1-kaiwenx.deng@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kaiwen Deng Message-Id: <20230607024651.4427112077C@dpdk.org> Date: Wed, 7 Jun 2023 04:46:51 +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/128247 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #77: When vf device is bonded as BONDING_MODE_TLB mode, the slave device WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #125: 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'? #125: 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, 133 lines checked