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 2772946988 for ; Mon, 16 Jun 2025 08:56:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 234CC4027A; Mon, 16 Jun 2025 08:56:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 19BB74027A for ; Mon, 16 Jun 2025 08:55:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 394201252C7; Mon, 16 Jun 2025 08:54:57 +0200 (CEST) Subject: |WARNING| pw154457 [PATCH 3/6] lib/pmu: reimplement per-arch ops as callbacks In-Reply-To: <20250616065341.3233106-4-tduszynski@marvell.com> References: <20250616065341.3233106-4-tduszynski@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tomasz Duszynski Message-Id: <20250616065457.394201252C7@dpdk.org> Date: Mon, 16 Jun 2025 08:54:57 +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/154457 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #190: 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