[dpdk-test-report] |WARNING| pw64050 [PATCH v7 02/17] lib/ring: apis to support configurable element size

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 20 05:47:40 CET 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#155: FILE: lib/librte_ring/rte_ring.c:77:
+rte_ring_get_memsize(unsigned count)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#192: FILE: lib/librte_ring/rte_ring.c:203:
+rte_ring_create(const char *name, unsigned count, int socket_id,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#193: FILE: lib/librte_ring/rte_ring.c:204:
+		unsigned flags)

total: 0 errors, 3 warnings, 1126 lines checked


More information about the test-report mailing list