From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 26675A09F6 for ; Thu, 17 Dec 2020 18:40:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1D825CA9D; Thu, 17 Dec 2020 18:40:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 8FAF4CA9B; Thu, 17 Dec 2020 18:40:03 +0100 (CET) In-Reply-To: <20201217173037.11396-19-talshn@nvidia.com> References: <20201217173037.11396-19-talshn@nvidia.com> To: test-report@dpdk.org Cc: Tal Shnaiderman Message-Id: <20201217174003.8FAF4CA9B@dpdk.org> Date: Thu, 17 Dec 2020 18:40:03 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85352 [PATCH 18/35] net/mlx5/windows: initial probing implementation X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/85352 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #203: FILE: drivers/net/mlx5/windows/mlx5_os.c:448: + * PCI device and we have representors and master. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #223: FILE: drivers/net/mlx5/windows/mlx5_os.c:468: + * >= 0 - bonding device (value is slave PF index) CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #236: FILE: drivers/net/mlx5/windows/mlx5_os.c:481: + + } WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #302: FILE: drivers/net/mlx5/windows/mlx5_os.c:547: + .master = 0, total: 0 errors, 3 warnings, 1 checks, 292 lines checked