[dpdk-test-report] |WARNING| pw81450 [PATCH 10/62] common/sfc_efx/base: add a match spec validate API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 20 10:52:02 CEST 2020


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

_coding style issues_


ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#190: FILE: drivers/common/sfc_efx/base/efx_mae.c:48:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#196: FILE: drivers/common/sfc_efx/base/efx_mae.c:54:
+	return (rc);

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#290: FILE: drivers/common/sfc_efx/base/efx_mae.c:166:
+	ar_fcaps_size = maep->em_max_nfields * sizeof (*ar_fcaps);

total: 2 errors, 1 warnings, 366 lines checked


More information about the test-report mailing list