From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 83097A09F6 for ; Thu, 17 Dec 2020 15:08:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D0B1CA57; Thu, 17 Dec 2020 15:08:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id CBC9BCA4E; Thu, 17 Dec 2020 15:08:54 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20201217140854.CBC9BCA4E@dpdk.org> Date: Thu, 17 Dec 2020 15:08:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85328 [PATCH v12 03/11] eal: change API of power intrinsics X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/85328 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #190: 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 #190: 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 #191: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:25: +^I **/$ ERROR:CODE_INDENT: code indent should use tabs where possible #194: 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 #194: 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 #195: 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 #196: 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 #196: FILE: lib/librte_eal/include/generic/rte_power_intrinsics.h:30: + * undefined result. */ total: 5 errors, 3 warnings, 261 lines checked