* [dpdk-test-report] |WARNING| pw19096 [PATCH] kni: use bulk functions to allocate and free mbufs
[not found] <1483048216-2936-1-git-send-email-s.vyazmitinov@brain4net.com>
@ 2017-01-11 3:24 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-01-11 3:24 UTC (permalink / raw)
To: test-report; +Cc: Sergey Vyazmitinov
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/19096
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/librte_kni/rte_kni.c:593:
+ unsigned freeing;
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#99: FILE: lib/librte_kni/rte_kni.c:605:
+ unsigned count, allocated, put;
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#126: FILE: lib/librte_kni/rte_kni.c:635:
+ for (unsigned i = 0; i < allocated; i++)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#139: FILE: lib/librte_kni/rte_kni.c:643:
+ for (unsigned j = put; j < allocated; j++) {
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#193: FILE: lib/librte_mbuf/rte_mbuf.h:1277:
+ struct rte_mbuf **mbufs, unsigned n)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#196: FILE: lib/librte_mbuf/rte_mbuf.h:1280:
+ unsigned i;
total: 0 errors, 6 warnings, 140 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-11 3:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1483048216-2936-1-git-send-email-s.vyazmitinov@brain4net.com>
2017-01-11 3:24 ` [dpdk-test-report] |WARNING| pw19096 [PATCH] kni: use bulk functions to allocate and free mbufs checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).