automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw22960 [PATCH 3/6] net/enic: flow API for NICs with advanced filters enabled
       [not found] <20170330212838.31291-3-johndale@cisco.com>
@ 2017-03-30 21:29 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-30 21:29 UTC (permalink / raw)
  To: test-report; +Cc: John Daley

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

_coding style issues_


WARNING:TYPO_SPELLING: 'funtion' may be misspelled - perhaps 'function'?
#117: FILE: drivers/net/enic/enic_flow.c:89:
+	/** copy funtion for a particular NIC */

WARNING:TYPO_SPELLING: 'capabilites' may be misspelled - perhaps 'capabilities'?
#207: FILE: drivers/net/enic/enic_flow.c:179:
+/** Filtering capabilites indexed this NICs supported filter type. */

WARNING:TYPO_SPELLING: 'capabilites' may be misspelled - perhaps 'capabilities'?
#222: FILE: drivers/net/enic/enic_flow.c:194:
+/** Action capabilites indexed by NIC version information */

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

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

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

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

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

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

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

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#499: 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)
#529: FILE: drivers/net/enic/enic_flow.c:501:
+		return ENOTSUP;

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

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

total: 0 errors, 14 warnings, 0 checks, 1056 lines checked

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

only message in thread, other threads:[~2017-03-30 21:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170330212838.31291-3-johndale@cisco.com>
2017-03-30 21:29 ` [dpdk-test-report] |WARNING| pw22960 [PATCH 3/6] 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).