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 E4B30A0A05 for ; Wed, 20 Jan 2021 12:51:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA108140D01; Wed, 20 Jan 2021 12:51:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 868FA140CFC for ; Wed, 20 Jan 2021 12:51:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 69D77FFA; Wed, 20 Jan 2021 12:51:41 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20210120115141.69D77FFA@dpdk.org> Date: Wed, 20 Jan 2021 12:51:41 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86971 [PATCH v19 1/4] eal: rename power monitor condition member 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/86971 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #166: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:24: +^I * to by `addr` will be read and compared$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #166: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:24: + uint64_t val; /**< If the `mask` is non-zero, location pointed + * to by `addr` will be read and compared ERROR:CODE_INDENT: code indent should use tabs where possible #167: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:25: +^I * against this value.$ ERROR:CODE_INDENT: code indent should use tabs where possible #168: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:26: +^I */$ ERROR:CODE_INDENT: code indent should use tabs where possible #171: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:29: +^I * expected value (`val`) with data read from the$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #171: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:29: + uint8_t size; /**< Data size (in bytes) that will be used to compare + * expected value (`val`) with data read from the ERROR:CODE_INDENT: code indent should use tabs where possible #172: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:30: +^I * monitored memory location (`addr`). Can be 1, 2,$ ERROR:CODE_INDENT: code indent should use tabs where possible #173: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:31: +^I * 4, or 8. Supplying any other value will result in$ ERROR:CODE_INDENT: code indent should use tabs where possible #174: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:32: +^I * an error.$ ERROR:CODE_INDENT: code indent should use tabs where possible #175: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:33: +^I */$ total: 8 errors, 2 warnings, 81 lines checked