* [dpdk-test-report] |WARNING| pw30252 [PATCH v2 01/29] ethdev: expose flow API error helper
[not found] <5692b38996390dd0ea1eab3cd92d44cc7b1eea2f.1507809961.git.adrien.mazarguil@6wind.com>
@ 2017-10-12 12:21 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-12 12:21 UTC (permalink / raw)
To: test-report; +Cc: Adrien Mazarguil
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/30252
_coding style issues_
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#133: 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
#135: FILE: lib/librte_ether/rte_flow.c:150:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#146: 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
#148: FILE: lib/librte_ether/rte_flow.c:188:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#159: 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
#161: FILE: lib/librte_ether/rte_flow.c:205:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#172: 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
#174: FILE: lib/librte_ether/rte_flow.c:225:
+ NULL, rte_strerror(ENOSYS));
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#185: 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
#187: FILE: lib/librte_ether/rte_flow.c:243:
+ NULL, rte_strerror(ENOSYS));
total: 0 errors, 10 warnings, 224 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-12 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <5692b38996390dd0ea1eab3cd92d44cc7b1eea2f.1507809961.git.adrien.mazarguil@6wind.com>
2017-10-12 12:21 ` [dpdk-test-report] |WARNING| pw30252 [PATCH v2 01/29] ethdev: expose flow API error helper 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).