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 7E7EBA0A02 for ; Thu, 14 Jan 2021 15:48:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 641F714134D; Thu, 14 Jan 2021 15:48:10 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 5EEBF14134C for ; Thu, 14 Jan 2021 15:48:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 58EB45A62; Thu, 14 Jan 2021 15:48:09 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20210114144809.58EB45A62@dpdk.org> Date: Thu, 14 Jan 2021 15:48:09 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86627 [PATCH v17 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/86627 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #196: 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 #196: 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 #197: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:25: +^I **/$ ERROR:CODE_INDENT: code indent should use tabs where possible #200: 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 #200: 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 #201: 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 #202: 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 #202: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:30: + * undefined result. */ total: 5 errors, 3 warnings, 288 lines checked