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 059B0464A2 for ; Fri, 28 Mar 2025 12:17:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA4B94065F; Fri, 28 Mar 2025 12:17:07 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7F0AB4065E for ; Fri, 28 Mar 2025 12:17:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8639A1251A2; Fri, 28 Mar 2025 12:16:43 +0100 (CET) Subject: |WARNING| pw152675 [PATCH v4 5/9] net/ixgbe/base: fix lock checker errors In-Reply-To: <20250328111621.2665257-6-bruce.richardson@intel.com> References: <20250328111621.2665257-6-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20250328111643.8639A1251A2@dpdk.org> Date: Fri, 28 Mar 2025 12:16:43 +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/152675 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #166: FILE: drivers/net/intel/ixgbe/base/ixgbe_osdep.h:55: +#define min(a,b) RTE_MIN(a,b) ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #166: FILE: drivers/net/intel/ixgbe/base/ixgbe_osdep.h:55: +#define min(a,b) RTE_MIN(a,b) ^ total: 2 errors, 0 warnings, 0 checks, 43 lines checked