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 976D945AE3 for ; Tue, 8 Oct 2024 19:45:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93EF3402BB; Tue, 8 Oct 2024 19:45:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 566C4402A9 for ; Tue, 8 Oct 2024 19:45:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 420C9120757; Tue, 8 Oct 2024 19:45:58 +0200 (CEST) Subject: |WARNING| pw145485 [PATCH v3 2/5] power: refactor uncore power management library In-Reply-To: <20241008174309.1133051-3-sivaprasad.tummala@amd.com> References: <20241008174309.1133051-3-sivaprasad.tummala@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Sivaprasad Tummala Message-Id: <20241008174558.420C9120757@dpdk.org> Date: Tue, 8 Oct 2024 19:45:58 +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/145485 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #930: FILE: lib/power/rte_power_uncore_ops.h:220: +#define RTE_POWER_REGISTER_UNCORE_OPS(ops) \ +RTE_INIT(power_hdlr_init_uncore_##ops) \ +{ \ + rte_power_register_uncore_ops(&ops); \ +} total: 1 errors, 0 warnings, 743 lines checked