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 B4B1CA0540 for ; Tue, 14 Jul 2020 16:23:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 91DD11D53F; Tue, 14 Jul 2020 16:23:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 8AE051D545; Tue, 14 Jul 2020 16:22:56 +0200 (CEST) In-Reply-To: <20200714142102.30606-7-ophirmu@mellanox.com> References: <20200714142102.30606-7-ophirmu@mellanox.com> To: test-report@dpdk.org Cc: Ophir Munk Message-Id: <20200714142256.8AE051D545@dpdk.org> Date: Tue, 14 Jul 2020 16:22:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74010 [PATCH v1 6/8] net/mlx5: header file cleanup 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/74010 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #135: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:975: + * Analyze gathered port parameters via sysfs to recognize master WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #140: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:980: + * @param[inout] switch_info WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #145: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:985: + * master and representor flags are set in switch_info according to WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #155: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:995: + * Name is not recognized, assume the master, WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #158: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:998: + switch_info->master = device_dir; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #163: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1003: + * schema for master, just check if there is WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #166: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1006: + switch_info->master = device_dir; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #170: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1010: + switch_info->master = 1; WARNING:PREFER_FALLTHROUGH: Prefer 'fallthrough;' over fallthrough comment #177: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1017: + /* Fallthrough */ total: 0 errors, 9 warnings, 0 checks, 166 lines checked