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 A91EAA0C3F for ; Tue, 29 Jun 2021 17:49:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE8F5411CE; Tue, 29 Jun 2021 17:49:50 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 533E8411C9 for ; Tue, 29 Jun 2021 17:49:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4F5F8122E7A; Tue, 29 Jun 2021 17:49:50 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20210629154950.4F5F8122E7A@dpdk.org> Date: Tue, 29 Jun 2021 17:49:50 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94982 [PATCH v5 1/7] power_intrinsics: use callbacks for comparison 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/94982 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #377: FILE: lib/eal/include/generic/rte_power_intrinsics.h:48: +^I * entering power optimized state should$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #377: FILE: lib/eal/include/generic/rte_power_intrinsics.h:48: + rte_power_monitor_clb_t fn; /**< Callback to be used to check if + * entering power optimized state should ERROR:CODE_INDENT: code indent should use tabs where possible #378: FILE: lib/eal/include/generic/rte_power_intrinsics.h:49: +^I * be aborted.$ ERROR:CODE_INDENT: code indent should use tabs where possible #379: FILE: lib/eal/include/generic/rte_power_intrinsics.h:50: +^I */$ total: 3 errors, 1 warnings, 274 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst