[dpdk-test-report] |WARNING| pw77998 [PATCH v2 17/17] net/sfc: move MCDI helpers to common driver

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 17 08:38:10 CEST 2020


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxB)
#167: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:30:
+				RTE_FMT_TAIL(__VA_ARGS__,)));		\
 				                        ^

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#415: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:278:
+		return EINVAL;

total: 1 errors, 1 warnings, 0 checks, 742 lines checked


More information about the test-report mailing list