* [dpdk-test-report] |WARNING| pw50606 [09/15] net/enic: enable limited support for RAW flow item
[not found] <20190228070317.17002-10-hyonkim@cisco.com>
@ 2019-02-28 7:07 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-02-28 7:07 UTC (permalink / raw)
To: test-report; +Cc: Hyong Youb Kim
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/50606
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#92: FILE: drivers/net/enic/enic_flow.c:874:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#95: FILE: drivers/net/enic/enic_flow.c:877:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#98: FILE: drivers/net/enic/enic_flow.c:880:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#102: FILE: drivers/net/enic/enic_flow.c:884:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#112: FILE: drivers/net/enic/enic_flow.c:894:
+ return EINVAL;
total: 0 errors, 5 warnings, 0 checks, 89 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-28 7:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20190228070317.17002-10-hyonkim@cisco.com>
2019-02-28 7:07 ` [dpdk-test-report] |WARNING| pw50606 [09/15] net/enic: enable limited support for RAW flow item 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).