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 01A72A04B5 for ; Tue, 12 Jan 2021 18:38:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93967140F07; Tue, 12 Jan 2021 18:38:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id AF93B140F08 for ; Tue, 12 Jan 2021 18:38:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id A7C25493D; Tue, 12 Jan 2021 18:38:27 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20210112173827.A7C25493D@dpdk.org> Date: Tue, 12 Jan 2021 18:38:27 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86421 [PATCH v16 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/86421 _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