[dpdk-test-report] |WARNING| pw20744 [PATCH 10/16] net/avp: queue setup and release

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Feb 25 02:24:55 CET 2017


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#120: FILE: drivers/net/avp/avp_ethdev.c:1059:
+	avp->guest_mbuf_size = (uint16_t) (mbp_priv->mbuf_data_room_size);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#201: FILE: drivers/net/avp/avp_ethdev.c:1140:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#215: FILE: drivers/net/avp/avp_ethdev.c:1154:
+	unsigned i;

total: 0 errors, 2 warnings, 1 checks, 166 lines checked


More information about the test-report mailing list