automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw24352 [PATCH v4 3/8] net/enic: flow API for NICs with advanced filters enabled
       [not found] <20170517223811.6150-4-johndale@cisco.com>
@ 2017-05-17 22:38 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-17 22:38 UTC (permalink / raw)
  To: test-report; +Cc: John Daley

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#287: FILE: drivers/net/enic/enic_flow.c:250:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#326: FILE: drivers/net/enic/enic_flow.c:289:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#340: FILE: drivers/net/enic/enic_flow.c:303:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#390: FILE: drivers/net/enic/enic_flow.c:353:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#440: FILE: drivers/net/enic/enic_flow.c:403:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#490: FILE: drivers/net/enic/enic_flow.c:453:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#529: FILE: drivers/net/enic/enic_flow.c:492:
+		return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#540: FILE: drivers/net/enic/enic_flow.c:503:
+			return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#571: FILE: drivers/net/enic/enic_flow.c:534:
+		return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#608: FILE: drivers/net/enic/enic_flow.c:571:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#753: FILE: drivers/net/enic/enic_flow.c:716:
+				return EINVAL;

total: 0 errors, 11 warnings, 0 checks, 1070 lines checked

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

only message in thread, other threads:[~2017-05-17 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170517223811.6150-4-johndale@cisco.com>
2017-05-17 22:38 ` [dpdk-test-report] |WARNING| pw24352 [PATCH v4 3/8] net/enic: flow API for NICs with advanced filters enabled 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).