[dpdk-test-report] |WARNING| pw93514 [PATCH 15/20] common/sfc_efx/base: support counter in action set

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 27 17:28:44 CEST 2021


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

_coding style issues_


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

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

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

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#295: FILE: drivers/common/sfc_efx/base/efx_mae.c:2690:
+	return (spec->ema_n_count_actions);

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

total: 5 errors, 0 warnings, 252 lines checked


More information about the test-report mailing list