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 4C6D046480 for ; Wed, 26 Mar 2025 17:06:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 48ADE40671; Wed, 26 Mar 2025 17:06:59 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5E1F04065B for ; Wed, 26 Mar 2025 17:06:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id A2A44123E76; Wed, 26 Mar 2025 17:06:36 +0100 (CET) Subject: |WARNING| pw152574 [PATCH v2 1/8] net/fm10k/base: fix compilation warnings In-Reply-To: <20250326160539.1316499-2-bruce.richardson@intel.com> References: <20250326160539.1316499-2-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20250326160636.A2A44123E76@dpdk.org> Date: Wed, 26 Mar 2025 17:06:36 +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/152574 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #155: FILE: drivers/net/intel/fm10k/base/fm10k_type.h:86: +#define UNREFERENCED_1PARAMETER(_p) (void)(_p) total: 1 errors, 0 warnings, 0 checks, 71 lines checked