automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104435 [PATCH v2 1/2] common/sfc_efx/base: support NIC DMA memory regions API
       [not found] <20211117070545.4004374-2-andrew.rybchenko@oktetlabs.ru>
@ 2021-11-17  7:07 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-11-17  7:07 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


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

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

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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#349: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3316:
+	EFX_STATIC_ASSERT(sizeof (*regions) == DESC_ADDR_REGION_LEN);

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#354: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3321:
+	if (alloc_size / sizeof (endrip->endri_regions[0]) != nregions) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#377: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3344:
+^I^I        GET_DESC_ADDR_REGIONS_OUT_REGIONS, i,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#378: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3345:
+^I^I        DESC_ADDR_REGION_DESC_ADDR_BASE);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#382: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3349:
+^I^I        GET_DESC_ADDR_REGIONS_OUT_REGIONS, i,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#383: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3350:
+^I^I        DESC_ADDR_REGION_TRGT_ADDR_BASE);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#387: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3354:
+^I^I        GET_DESC_ADDR_REGIONS_OUT_REGIONS, i,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#388: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3355:
+^I^I        DESC_ADDR_REGION_WINDOW_SIZE_LOG2);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#392: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3359:
+^I^I        GET_DESC_ADDR_REGIONS_OUT_REGIONS, i,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#393: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3360:
+^I^I        DESC_ADDR_REGION_TRGT_ADDR_ALIGN_LOG2);$

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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#436: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3403:
+	EFX_STATIC_ASSERT(sizeof (*trgt_addr_base) ==

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#449: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3416:
+		EFX_STATIC_ASSERT(sizeof (1U) * 8 >=

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

total: 27 errors, 4 warnings, 892 lines checked

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

only message in thread, other threads:[~2021-11-17  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211117070545.4004374-2-andrew.rybchenko@oktetlabs.ru>
2021-11-17  7:07 ` |WARNING| pw104435 [PATCH v2 1/2] common/sfc_efx/base: support NIC DMA memory regions API 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).