automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31842 [PATCH 1/2] net/softnic: enable flow classification function
       [not found] <20171130200843.98621-2-jasvinder.singh@intel.com>
@ 2017-11-30 19:56 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-30 19:56 UTC (permalink / raw)
  To: test-report; +Cc: Jasvinder Singh

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'src == NULL'
#442: FILE: drivers/net/softnic/rte_eth_softnic.c:844:
+	if ((src == NULL) ||
+		(dst == NULL) ||
+		(size == NULL) ||
+		(*size == 0))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'dst == NULL'
#442: FILE: drivers/net/softnic/rte_eth_softnic.c:844:
+	if ((src == NULL) ||
+		(dst == NULL) ||
+		(size == NULL) ||
+		(*size == 0))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'size == NULL'
#442: FILE: drivers/net/softnic/rte_eth_softnic.c:844:
+	if ((src == NULL) ||
+		(dst == NULL) ||
+		(size == NULL) ||
+		(*size == 0))

total: 0 errors, 0 warnings, 1153 lines checked

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

only message in thread, other threads:[~2017-11-30 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171130200843.98621-2-jasvinder.singh@intel.com>
2017-11-30 19:56 ` [dpdk-test-report] |WARNING| pw31842 [PATCH 1/2] net/softnic: enable flow classification function 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).