[dpdk-test-report] |WARNING| [PATCH 14/32] net/dpaa2: dpio object driver

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Dec 4 13:45:16 CET 2016


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17646

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#256: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:89:
+/* Set the STASH Destination depending on Current CPU ID.
+   e.g. Valid values of SDEST are 4,5,6,7. Where,

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#356: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:189:
+	/* Set the STASH Destination depending on Current CPU ID.
+	   Valid values of SDEST are 4,5,6,7. Where,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#401: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:234:
+	unsigned lcore_id = rte_lcore_id();

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#460: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:293:
+		if (NULL == dpio_dev_list) {

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#497: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:330:
+	/* Create Mapping for QBMan Cache Enabled area. This is a fix for
+	   SMMU fault for DQRR statshing transaction. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#497: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:330:
+	   SMMU fault for DQRR statshing transaction. */

total: 0 errors, 6 warnings, 0 checks, 582 lines checked


More information about the test-report mailing list