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 DAB5145B1A for ; Sat, 12 Oct 2024 09:27:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5D58402CF; Sat, 12 Oct 2024 09:27:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AC75C40281 for ; Sat, 12 Oct 2024 09:27:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 95E73121E2B; Sat, 12 Oct 2024 09:27:24 +0200 (CEST) Subject: |WARNING| pw145800 [PATCH] net/mlx5: fix potential memory leak in meter In-Reply-To: <20241012072641.3396372-1-shunh@nvidia.com> References: <20241012072641.3396372-1-shunh@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shun Hao Message-Id: <20241012072724.95E73121E2B@dpdk.org> Date: Sat, 12 Oct 2024 09:27:24 +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/145800 _coding style issues_ WARNING:LONG_LINE: line length of 118 exceeds 100 columns #162: FILE: drivers/net/mlx5/mlx5_flow_meter.c:381: + if (!priv->mtr_profile_tbl || mlx5_l3t_get_entry(priv->mtr_profile_tbl, meter_profile_id, &data) || !data.ptr) total: 0 errors, 1 warnings, 0 checks, 37 lines checked