[dpdk-test-report] |WARNING| pw85268 [PATCH] net/enic: remove deprecated FDIR code

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Dec 17 02:37:33 CET 2020


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 0 checks, 135 lines checked


More information about the test-report mailing list