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 3D4C245AE3 for ; Tue, 8 Oct 2024 19:43:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2734240E24; Tue, 8 Oct 2024 19:43:57 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 415EB40E3E for ; Tue, 8 Oct 2024 19:43:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2C335120757; Tue, 8 Oct 2024 19:43:56 +0200 (CEST) Subject: |WARNING| pw145483 [PATCH v3 1/5] power: refactor core power management library In-Reply-To: <20241008174309.1133051-2-sivaprasad.tummala@amd.com> References: <20241008174309.1133051-2-sivaprasad.tummala@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Sivaprasad Tummala Message-Id: <20241008174356.2C335120757@dpdk.org> Date: Tue, 8 Oct 2024 19:43:56 +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/145483 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1525: FILE: lib/power/rte_power_cpufreq_api.h:189: +#define RTE_POWER_REGISTER_OPS(ops) \ +RTE_INIT(power_hdlr_init_##ops) \ +{ \ + rte_power_register_ops(&ops); \ +} total: 1 errors, 0 warnings, 1202 lines checked