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 2361D45665 for ; Sat, 20 Jul 2024 18:52:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C59D4279B; Sat, 20 Jul 2024 18:52:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6147440269 for ; Sat, 20 Jul 2024 18:51:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5B5FF127EE2; Sat, 20 Jul 2024 18:51:54 +0200 (CEST) Subject: |WARNING| pw142559 [PATCH v1 1/4] power: refactor core power management library In-Reply-To: <20240720165030.246294-2-sivaprasad.tummala@amd.com> References: <20240720165030.246294-2-sivaprasad.tummala@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Sivaprasad Tummala Message-Id: <20240720165154.5B5FF127EE2@dpdk.org> Date: Sat, 20 Jul 2024 18:51:54 +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/142559 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1517: FILE: lib/power/rte_power_core_ops.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