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 33B2046D73 for ; Wed, 27 Aug 2025 08:30:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D48A40298; Wed, 27 Aug 2025 08:30:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id ADF3040298 for ; Wed, 27 Aug 2025 08:30:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BBB9F123FFA; Wed, 27 Aug 2025 08:27:59 +0200 (CEST) Subject: |WARNING| pw156180 [PATCH 1/4] net/mlx5: add driver event callbacks In-Reply-To: <20250827062859.55086-2-mkashani@nvidia.com> References: <20250827062859.55086-2-mkashani@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maayan Kashani Message-Id: <20250827062759.BBB9F123FFA@dpdk.org> Date: Wed, 27 Aug 2025 08:27:59 +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/156180 _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