automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127894 [PATCH 21/34] common/sfc_efx/base: provide an API to clone MAE match specs
       [not found] <20230601195538.8265-22-ivan.malov@arknetworks.am>
@ 2023-06-01 19:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-06-01 19:58 UTC (permalink / raw)
  To: test-report; +Cc: Ivan Malov

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

_coding style issues_


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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#108: FILE: drivers/common/sfc_efx/base/efx_mae.c:1180:
+	EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*clone), clone);

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#114: FILE: drivers/common/sfc_efx/base/efx_mae.c:1186:
+	memcpy(clone, orig, sizeof (efx_mae_match_spec_t));

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

total: 2 errors, 2 warnings, 52 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-01 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230601195538.8265-22-ivan.malov@arknetworks.am>
2023-06-01 19:58 ` |WARNING| pw127894 [PATCH 21/34] common/sfc_efx/base: provide an API to clone MAE match specs checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).