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 77873469E9 for ; Wed, 18 Jun 2025 08:58:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7274D427AE; Wed, 18 Jun 2025 08:58:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 43973427AE for ; Wed, 18 Jun 2025 08:58:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F1B661252C7; Wed, 18 Jun 2025 08:57:35 +0200 (CEST) Subject: |WARNING| pw154556 [PATCH v2 3/6] lib/pmu: reimplement per-arch ops as callbacks In-Reply-To: <20250618065618.4045910-4-tduszynski@marvell.com> References: <20250618065618.4045910-4-tduszynski@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tomasz Duszynski Message-Id: <20250618065735.F1B661252C7@dpdk.org> Date: Wed, 18 Jun 2025 08:57:35 +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/154556 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #192: 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