[dpdk-test-report] |WARNING| [PATCH v3] mempool: Add sanity check when secondary link-in less mempools than primary

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 11 00:25:51 CET 2016


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#95: FILE: lib/librte_mempool/rte_mempool.c:1283:
+	 * extensive changes, and is much less likely. Jean II */

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#97: FILE: lib/librte_mempool/rte_mempool.c:1285:
+		unsigned i;

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#99: FILE: lib/librte_mempool/rte_mempool.c:1287:
+		 * In most cases, list is empty... */

total: 0 errors, 3 warnings, 29 lines checked


More information about the test-report mailing list