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 39B6F46DE2 for ; Tue, 26 Aug 2025 13:47:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3484B402CE; Tue, 26 Aug 2025 13:47:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 61EDA402CE for ; Tue, 26 Aug 2025 13:47:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5CB3C123FF9; Tue, 26 Aug 2025 13:45:30 +0200 (CEST) Subject: |WARNING| pw156165 [PATCH 1/4] net/mlx5: add driver event callbacks In-Reply-To: <20250826114556.10068-2-mkashani@nvidia.com> References: <20250826114556.10068-2-mkashani@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maayan Kashani Message-Id: <20250826114530.5CB3C123FF9@dpdk.org> Date: Tue, 26 Aug 2025 13:45:30 +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/156165 _coding style issues_ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #507: FILE: drivers/net/mlx5/mlx5_driver_event.c:246: + return -EINVAL; ^ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #511: FILE: drivers/net/mlx5/mlx5_driver_event.c:250: + return -EEXIST; ^ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #516: FILE: drivers/net/mlx5/mlx5_driver_event.c:255: + return -ENOMEM; ^ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #536: FILE: drivers/net/mlx5/mlx5_driver_event.c:275: + return -EINVAL; ^ total: 0 errors, 0 warnings, 4 checks, 533 lines checked