[dpdk-test-report] |WARNING| pw100468 [PATCH v2 05/10] net/sfc: support GROUP flows in tunnel offload
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 5 01:56:59 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100468
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#198: FILE: drivers/net/sfc/sfc_mae.c:2261:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#204: FILE: drivers/net/sfc/sfc_mae.c:2267:
+ return EINVAL;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOENT)
#210: FILE: drivers/net/sfc/sfc_mae.c:2273:
+ return ENOENT;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#216: FILE: drivers/net/sfc/sfc_mae.c:2279:
+ return EINVAL;
total: 0 errors, 4 warnings, 0 checks, 243 lines checked
More information about the test-report
mailing list