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

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

_coding style issues_


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

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

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

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

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

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

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

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

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

total: 0 errors, 9 warnings, 0 checks, 236 lines checked

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

only message in thread, other threads:[~2017-05-17 22:39 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-7-johndale@cisco.com>
2017-05-17 22:39 ` [dpdk-test-report] |WARNING| pw24355 [PATCH v4 6/8] net/enic: flow API for Legacy NICs 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).