automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw52347 [RFC] eal: make rte_rand() MT safe
       [not found] <20190405134542.28618-1-mattias.ronnblom@ericsson.com>
@ 2019-04-05 13:47 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-04-05 13:47 UTC (permalink / raw)
  To: test-report; +Cc: Mattias Rönnblom

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

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following struct go on the same line
#138: FILE: lib/librte_eal/common/rte_random.c:14:
+struct rte_rand_data
+{

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#147: FILE: lib/librte_eal/common/rte_random.c:23:
+	unsigned i;

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#150: FILE: lib/librte_eal/common/rte_random.c:26:
+	/* give the different lcores a different seed, to avoid a
+	   situation where they generate the same sequence */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#150: FILE: lib/librte_eal/common/rte_random.c:26:
+	   situation where they generate the same sequence */

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#168: FILE: lib/librte_eal/common/rte_random.c:44:
+	unsigned lcore_id;

total: 1 errors, 4 warnings, 163 lines checked

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

only message in thread, other threads:[~2019-04-05 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190405134542.28618-1-mattias.ronnblom@ericsson.com>
2019-04-05 13:47 ` [dpdk-test-report] |WARNING| pw52347 [RFC] eal: make rte_rand() MT safe 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).