[dpdk-test-report] |WARNING| pw86627 [PATCH v17 03/11] eal: change API of power intrinsics

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 14 15:48:09 CET 2021


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


More information about the test-report mailing list