automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: John Daley <johndale@cisco.com>
Subject: [dpdk-test-report] |WARNING| pw24333 [PATCH v3 2/6] net/enic: flow API for NICs with advanced filters enabled
Date: Wed, 17 May 2017 05:04:41 +0200 (CEST)	[thread overview]
Message-ID: <20170517030441.344B43977@dpdk.org> (raw)
In-Reply-To: <20170517030348.2663-3-johndale@cisco.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'capabilites' may be misspelled - perhaps 'capabilities'?
#208: 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'?
#223: 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)
#282: 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)
#321: 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)
#335: 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)
#385: FILE: drivers/net/enic/enic_flow.c:356:
+			return ENOTSUP;

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

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

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

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

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

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

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

total: 0 errors, 13 warnings, 0 checks, 1092 lines checked

           reply	other threads:[~2017-05-17  3:04 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20170517030348.2663-3-johndale@cisco.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170517030441.344B43977@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=johndale@cisco.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).