automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw25278 [PATCH v4 2/3] net/ring: use EAL APIs in PMD specific API
       [not found] <20170612141354.59062-2-ferruh.yigit@intel.com>
@ 2017-06-12 14:15 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-06-12 14:15 UTC (permalink / raw)
  To: test-report; +Cc: Ferruh Yigit

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#46: FILE: drivers/net/ring/rte_eth_ring.c:58:
+		const unsigned nb_rx_queues;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#48: FILE: drivers/net/ring/rte_eth_ring.c:60:
+		const unsigned nb_tx_queues;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#49: FILE: drivers/net/ring/rte_eth_ring.c:61:
+		const unsigned numa_node;

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#100: FILE: drivers/net/ring/rte_eth_ring.c:540:
+parse_internal_args (const char *key __rte_unused, const char *value,

WARNING:NAKED_SSCANF: unchecked sscanf return value
#106: FILE: drivers/net/ring/rte_eth_ring.c:546:
+	sscanf(value, "%p", &args);

total: 0 errors, 5 warnings, 0 checks, 124 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-12 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170612141354.59062-2-ferruh.yigit@intel.com>
2017-06-12 14:15 ` [dpdk-test-report] |WARNING| pw25278 [PATCH v4 2/3] net/ring: use EAL APIs in PMD specific API 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).