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 58C63A00C4 for ; Fri, 30 Sep 2022 14:59:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 55AB940E5A; Fri, 30 Sep 2022 14:59:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A593C4003F for ; Fri, 30 Sep 2022 14:59:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9657212231E; Fri, 30 Sep 2022 14:59:31 +0200 (CEST) Subject: |WARNING| pw117227 [PATCH v3 17/17] net/mlx5: support device control of representor matching In-Reply-To: <20220930125315.5079-18-suanmingm@nvidia.com> References: <20220930125315.5079-18-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20220930125931.9657212231E@dpdk.org> Date: Fri, 30 Sep 2022 14:59:31 +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/117227 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1510: FILE: drivers/net/mlx5/mlx5_trigger.c:1155: + /* If master is being started, then it is always allowed. */ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1511: FILE: drivers/net/mlx5/mlx5_trigger.c:1156: + if (priv->master) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1548: FILE: drivers/net/mlx5/mlx5_trigger.c:1350: + MLX5_ASSERT(priv->master); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1617: FILE: drivers/net/mlx5/mlx5_trigger.c:1449: + priv->master) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1629: FILE: drivers/net/mlx5/mlx5_trigger.c:1460: + if ((priv->representor || priv->master) && config->dv_esw_en) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1646: FILE: drivers/net/mlx5/mlx5_trigger.c:1475: + if ((priv->master || priv->representor) && config->dv_esw_en) { total: 0 errors, 6 warnings, 0 checks, 1375 lines checked