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 C7CD148A85 for ; Thu, 6 Nov 2025 14:05:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2DF94021F; Thu, 6 Nov 2025 14:05:24 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CBB874021F for ; Thu, 6 Nov 2025 14:05:23 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8F57C1261DF; Thu, 6 Nov 2025 14:04:38 +0100 (CET) Subject: |WARNING| pw158507 [PATCH] net/mlx5: fix non-template sample action validation In-Reply-To: <20251106130228.491915-1-getelson@nvidia.com> References: <20251106130228.491915-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20251106130438.8F57C1261DF@dpdk.org> Date: Thu, 6 Nov 2025 14:04:38 +0100 (CET) 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/158507 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'priv' - possible side-effects? #141: FILE: drivers/net/mlx5/mlx5_flow.h:24: +#define MLX5_HW_PORT_IS_PROXY(priv) \ + (!!((priv)->sh->esw_mode && (priv)->master)) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #142: FILE: drivers/net/mlx5/mlx5_flow.h:25: + (!!((priv)->sh->esw_mode && (priv)->master)) ^^^^^^ total: 0 errors, 1 warnings, 1 checks, 77 lines checked