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

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 4 02:06:21 CEST 2023


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

_coding style issues_


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

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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#208: 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