[dpdk-test-report] |WARNING| pw97434 [PATCH 16/38] net/sfc: implement representor queue setup and release
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 27 09:00:44 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/97434
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#426: FILE: drivers/net/sfc/sfc_repr_proxy.c:550:
+ return ENOENT;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#433: FILE: drivers/net/sfc/sfc_repr_proxy.c:557:
+ return ENOTSUP;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#497: FILE: drivers/net/sfc/sfc_repr_proxy.c:621:
+ return ENOENT;
total: 0 errors, 3 warnings, 0 checks, 524 lines checked
More information about the test-report
mailing list