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 08837A0A0C for ; Fri, 9 Jul 2021 18:09:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE2BB41713; Fri, 9 Jul 2021 18:09:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 99B684014D for ; Fri, 9 Jul 2021 18:09:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7F850120736; Fri, 9 Jul 2021 18:09:03 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20210709160903.7F850120736@dpdk.org> Date: Fri, 9 Jul 2021 18:09:03 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw95619 [PATCH v10 1/8] eal: use callbacks for power monitoring 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/95619 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #380: 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 #380: 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 #381: FILE: lib/eal/include/generic/rte_power_intrinsics.h:49: +^I * be aborted.$ ERROR:CODE_INDENT: code indent should use tabs where possible #382: FILE: lib/eal/include/generic/rte_power_intrinsics.h:50: +^I */$ total: 3 errors, 1 warnings, 275 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst