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 3C562A00C2 for ; Thu, 6 Oct 2022 17:05:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7C4C42CA9; Thu, 6 Oct 2022 17:05:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 75F6B42C9D for ; Thu, 6 Oct 2022 17:05:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 42DA5120EFA; Thu, 6 Oct 2022 17:05:43 +0200 (CEST) Subject: |WARNING| pw117468 [v2 07/19] net/mlx5: Add additional glue functions for HWS In-Reply-To: <20221006150325.660-8-valex@nvidia.com> References: <20221006150325.660-8-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20221006150543.42DA5120EFA@dpdk.org> Date: Thu, 6 Oct 2022 17:05:43 +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/117468 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #143: FILE: drivers/common/mlx5/linux/mlx5_glue.c:117: + return ibv_get_device_name(device);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #143: FILE: drivers/common/mlx5/linux/mlx5_glue.c:117: + return ibv_get_device_name(device);$ total: 1 errors, 1 warnings, 284 lines checked