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 BA5A646A45 for ; Tue, 24 Jun 2025 14:32:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5D3640264; Tue, 24 Jun 2025 14:32:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D360040264 for ; Tue, 24 Jun 2025 14:32:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1287F1252CF; Tue, 24 Jun 2025 14:30:53 +0200 (CEST) Subject: |WARNING| pw154660 [PATCH v4 2/7] lib/pmu: reimplement per-arch ops as callbacks In-Reply-To: <20250624122930.1783177-3-tduszynski@marvell.com> References: <20250624122930.1783177-3-tduszynski@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tomasz Duszynski Message-Id: <20250624123053.1287F1252CF@dpdk.org> Date: Tue, 24 Jun 2025 14:30:53 +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/154660 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #193: FILE: lib/pmu/pmu_private.h:19: +#define PMU_SET_ARCH_OPS(ops) \ + RTE_INIT(libpmu_set_arch_ops) \ + { \ + arch_ops = &(ops); \ + } total: 1 errors, 0 warnings, 125 lines checked