|WARNING| pw128050 [PATCH v3 22/34] common/sfc_efx/base: add API to read back MAE match criteria

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jun 5 01:29:47 CEST 2023


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

_coding style issues_


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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#190: FILE: drivers/common/sfc_efx/base/efx_mae.c:1150:
+			    sizeof (dword));

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#207: FILE: drivers/common/sfc_efx/base/efx_mae.c:1167:
+			    sizeof (dword));

total: 1 errors, 2 warnings, 160 lines checked


More information about the test-report mailing list