automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw21693 [PATCH v4 16/17] event/sw: add xstats support
       [not found] <1489175012-101439-17-git-send-email-harry.van.haaren@intel.com>
@ 2017-03-14  9:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-14  9:17 UTC (permalink / raw)
  To: test-report; +Cc: Harry van Haaren

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'signed int' to bare use of 'signed'
#586: FILE: drivers/event/sw/sw_evdev_xstats.c:427:
+		if (queue_port_id >= (signed)sw->port_count)

WARNING:UNSPECIFIED_INT: Prefer 'signed int' to bare use of 'signed'
#592: FILE: drivers/event/sw/sw_evdev_xstats.c:433:
+		if (queue_port_id >= (signed)sw->qid_count)

WARNING:TYPO_SPELLING: 'recieved' may be misspelled - perhaps 'received'?
#598: FILE: drivers/event/sw/sw_evdev_xstats.c:439:
+		SW_LOG_ERR("Invalid mode recieved in sw_xstats_get_names()
");

WARNING:UNSPECIFIED_INT: Prefer 'signed int' to bare use of 'signed'
#639: FILE: drivers/event/sw/sw_evdev_xstats.c:480:
+		if (queue_port_id >= (signed)sw->port_count)

WARNING:UNSPECIFIED_INT: Prefer 'signed int' to bare use of 'signed'
#644: FILE: drivers/event/sw/sw_evdev_xstats.c:485:
+		if (queue_port_id >= (signed)sw->qid_count)

WARNING:TYPO_SPELLING: 'recieved' may be misspelled - perhaps 'received'?
#649: FILE: drivers/event/sw/sw_evdev_xstats.c:490:
+		SW_LOG_ERR("Invalid mode recieved in sw_xstats_get()
");

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#770: FILE: drivers/event/sw/sw_evdev_xstats.c:611:
+		return nb_reset == nb_ids ? 0 : -EINVAL;
+	} else

total: 0 errors, 7 warnings, 769 lines checked

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

only message in thread, other threads:[~2017-03-14  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1489175012-101439-17-git-send-email-harry.van.haaren@intel.com>
2017-03-14  9:17 ` [dpdk-test-report] |WARNING| pw21693 [PATCH v4 16/17] event/sw: add xstats support 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).