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 854BFA0518 for ; Thu, 23 Jul 2020 22:11:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 722891C07E; Thu, 23 Jul 2020 22:11:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 877BA1C00E; Thu, 23 Jul 2020 22:11:56 +0200 (CEST) In-Reply-To: <20200723200910.376581-9-parav@mellanox.com> References: <20200723200910.376581-9-parav@mellanox.com> To: test-report@dpdk.org Cc: Parav Pandit Message-Id: <20200723201156.877BA1C00E@dpdk.org> Date: Thu, 23 Jul 2020 22:11:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74698 [PATCH v8 08/10] common/mlx5: introduce layer to support multiple class drivers 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/74698 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #271: FILE: drivers/common/mlx5/mlx5_common_pci.c:11: + struct rte_pci_device *pci_dev;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #272: FILE: drivers/common/mlx5/mlx5_common_pci.c:12: + TAILQ_ENTRY(mlx5_pci_device) next;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #273: FILE: drivers/common/mlx5/mlx5_common_pci.c:13: + uint32_t classes_loaded;$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #786: FILE: drivers/common/mlx5/mlx5_common_pci.c:526: + if (mlx5_pci_id_table == NULL && pci_ids_table_update(empty_table)) + return; WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Thomas Monjalon ' total: 0 errors, 5 warnings, 717 lines checked