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 4941DA0093 for ; Sun, 2 Jan 2022 08:01:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E29C40698; Sun, 2 Jan 2022 08:01:36 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8030C4067E for ; Sun, 2 Jan 2022 08:01:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6581D120D7B; Sun, 2 Jan 2022 08:01:35 +0100 (CET) Subject: |WARNING| pw105540 [RFC 1/3] net/mlx5: remove some duplications In-Reply-To: <20220102065927.2210733-2-michaelba@nvidia.com> References: <20220102065927.2210733-2-michaelba@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20220102070135.6581D120D7B@dpdk.org> Date: Sun, 2 Jan 2022 08:01:35 +0100 (CET) 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/105540 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #339: FILE: drivers/net/mlx5/linux/mlx5_os.c:955: + if (switch_info->master || switch_info->representor) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #350: FILE: drivers/net/mlx5/linux/mlx5_os.c:966: + (switch_info->representor || switch_info->master))) WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #1010: FILE: drivers/net/mlx5/mlx5.c:2300: + * configurations. This regards representors and bonding slaves. total: 0 errors, 3 warnings, 0 checks, 1438 lines checked