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 74177A0548 for ; Thu, 22 Apr 2021 17:10:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F92A41DA4; Thu, 22 Apr 2021 17:10:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D0E6D41CAF for ; Thu, 22 Apr 2021 17:10:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B360C121158; Thu, 22 Apr 2021 17:10:02 +0200 (CEST) In-Reply-To: <2fae7084c99dc8223e8d3a0aa9c2e5ba18bf1e6b.1619104102.git.anatoly.burakov@intel.com> References: <2fae7084c99dc8223e8d3a0aa9c2e5ba18bf1e6b.1619104102.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20210422151002.B360C121158@dpdk.org> Date: Thu, 22 Apr 2021 17:10:02 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92034 [21.08 PATCH v3 1/1] power: refactor pstate sysfs handling 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/92034 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #97: FILE: lib/power/power_pstate_cpufreq.c:40: +#define FOPEN_OR_ERR_GOTO(f, label) do { \ + if ((f) == NULL) { \ + RTE_LOG(ERR, POWER, "File not opened "); \ + goto label; \ + } \ +} while (0) total: 0 errors, 1 warnings, 477 lines checked