|WARNING| pw106755 [PATCH 5/8] common/sfc_efx/base: support selecting RSS table entry count

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 1 09:51:49 CET 2022


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

_coding style issues_


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

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#454: FILE: drivers/common/sfc_efx/base/efx_rx.c:518:
+	if ((rc = erxop->erxo_scale_context_alloc(enp, type, num_queues,

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

total: 3 errors, 0 warnings, 399 lines checked


More information about the test-report mailing list