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 B1E81A00C2 for ; Fri, 14 Oct 2022 13:54:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE29342D92; Fri, 14 Oct 2022 13:54:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B05BD42D90 for ; Fri, 14 Oct 2022 13:54:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AB516120778; Fri, 14 Oct 2022 13:54:09 +0200 (CEST) Subject: |WARNING| pw118208 [v3 07/18] net/mlx5: Add additional glue functions for HWS In-Reply-To: <20221014114833.13389-8-valex@nvidia.com> References: <20221014114833.13389-8-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20221014115409.AB516120778@dpdk.org> Date: Fri, 14 Oct 2022 13:54:09 +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/118208 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #144: 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 #144: FILE: drivers/common/mlx5/linux/mlx5_glue.c:117: + return ibv_get_device_name(device);$ total: 1 errors, 1 warnings, 284 lines checked