[dpdk-test-report] |WARNING| pw50755 [v2, 09/13] net/enic: enable limited support for RAW flow item
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Mar 2 11:46:39 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/50755
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#127: 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)
#130: 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)
#133: 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)
#137: 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)
#147: FILE: drivers/net/enic/enic_flow.c:894:
+ return EINVAL;
total: 0 errors, 5 warnings, 0 checks, 111 lines checked
More information about the test-report
mailing list