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 EAF76457D5 for ; Thu, 15 Aug 2024 14:11:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E67804027E; Thu, 15 Aug 2024 14:11:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 45EB74025F for ; Thu, 15 Aug 2024 14:11:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 34DCB123EF6; Thu, 15 Aug 2024 14:11:32 +0200 (CEST) Subject: |WARNING| pw143193 [PATCH] net/bonding: add user callback for bond xmit policy In-Reply-To: <20240815121014.612170-1-vignesh.purushotham.srinivas@ericsson.com> References: <20240815121014.612170-1-vignesh.purushotham.srinivas@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20240815121132.34DCB123EF6@dpdk.org> Date: Thu, 15 Aug 2024 14:11: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/143193 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #190: FILE: drivers/net/bonding/rte_eth_bond.h:98: + uint16_t slave_count, uint16_t *slaves); WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #190: FILE: drivers/net/bonding/rte_eth_bond.h:98: + uint16_t slave_count, uint16_t *slaves); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #202: FILE: drivers/net/bonding/rte_eth_bond.h:363: + * @param cb_fn User defined callback function to determine the xmit slave total: 0 errors, 3 warnings, 0 checks, 114 lines checked