From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B7726A0524 for ; Fri, 8 Jan 2021 18:43:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C35F140F99; Fri, 8 Jan 2021 18:43:18 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 922D0140F0C for ; Fri, 8 Jan 2021 18:43:16 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 8EBE3594B; Fri, 8 Jan 2021 18:43:16 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20210108174316.8EBE3594B@dpdk.org> Date: Fri, 8 Jan 2021 18:43:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86227 [PATCH v13 03/11] eal: change API of power intrinsics 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/86227 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #189: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:24: +^I * may be read and compared against this value.$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #189: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:24: + uint64_t val; /**< Before attempting the monitoring, the address + * may be read and compared against this value. ERROR:CODE_INDENT: code indent should use tabs where possible #190: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:25: +^I **/$ ERROR:CODE_INDENT: code indent should use tabs where possible #193: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:28: +^I * expected value with the memory address. Can be 1,$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #193: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:28: + uint8_t data_sz; /**< Data size (in bytes) that will be used to compare + * expected value with the memory address. Can be 1, ERROR:CODE_INDENT: code indent should use tabs where possible #194: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:29: +^I * 2, 4, or 8. Supplying any other value will lead to$ ERROR:CODE_INDENT: code indent should use tabs where possible #195: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:30: +^I * undefined result. */$ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #195: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:30: + * undefined result. */ total: 5 errors, 3 warnings, 261 lines checked