From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw30123 [PATCH v1 01/29] ethdev: expose flow API error helper
Date: Wed, 11 Oct 2017 16:36:33 +0200 (CEST) [thread overview]
Message-ID: <20171011143633.54DCE1B212@dpdk.org> (raw)
In-Reply-To: <ae347b49d97037eb66fab99de3442bd6b519592d.1507730496.git.adrien.mazarguil@6wind.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/30123
_coding style issues_
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#132: FILE: lib/librte_ether/rte_flow.c:148:
+ return rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#134: FILE: lib/librte_ether/rte_flow.c:150:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#145: FILE: lib/librte_ether/rte_flow.c:186:
+ return rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#147: FILE: lib/librte_ether/rte_flow.c:188:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#158: FILE: lib/librte_ether/rte_flow.c:203:
+ return rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#160: FILE: lib/librte_ether/rte_flow.c:205:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#171: FILE: lib/librte_ether/rte_flow.c:223:
+ return rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#173: FILE: lib/librte_ether/rte_flow.c:225:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#184: FILE: lib/librte_ether/rte_flow.c:241:
+ return rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#186: FILE: lib/librte_ether/rte_flow.c:243:
+ NULL, rte_strerror(ENOSYS));
total: 0 errors, 10 warnings, 224 lines checked
parent reply other threads:[~2017-10-11 14:36 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <ae347b49d97037eb66fab99de3442bd6b519592d.1507730496.git.adrien.mazarguil@6wind.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=20171011143633.54DCE1B212@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=adrien.mazarguil@6wind.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).