[dpdk-test-report] |WARNING| pw50752 [v2, 06/13] net/enic: enable limited RSS flow action

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Mar 2 11:44:56 CET 2019


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

_coding style issues_


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

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

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

total: 0 errors, 3 warnings, 0 checks, 119 lines checked


More information about the test-report mailing list