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 B0658A00C4 for ; Thu, 29 Sep 2022 06:07:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC6FC40FAE; Thu, 29 Sep 2022 06:07:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A3F3D40E5A for ; Thu, 29 Sep 2022 06:07:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9736A12231E; Thu, 29 Sep 2022 06:07:32 +0200 (CEST) Subject: |WARNING| pw117099 [PATCH v2] net/bonding: fix error in bonding mode 4 with dedicated queues enabled In-Reply-To: <20220929040551.120717-1-usman.tanveer@emumba.com> References: <20220929040551.120717-1-usman.tanveer@emumba.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Usman Tanveer Message-Id: <20220929040732.9736A12231E@dpdk.org> Date: Thu, 29 Sep 2022 06:07:32 +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/117099 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #104: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1834: + errval = rte_eth_dev_start(slave_eth_dev->data->port_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #107: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1837: + slave_eth_dev->data->port_id, errval); total: 0 errors, 2 warnings, 0 checks, 32 lines checked