|WARNING| pw145095 [PATCH v1 31/31] net/ntnic: add receive MAC converter RMC core module

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 4 18:52:23 CEST 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#275: FILE: drivers/net/ntnic/nthw/core/include/nthw_rmc.h:47:
+void nthw_rmc_unblock(nthw_rmc_t *p, bool b_is_slave);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#363: FILE: drivers/net/ntnic/nthw/core/nthw_rmc.c:80:
+void nthw_rmc_unblock(nthw_rmc_t *p, bool b_is_slave)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#365: FILE: drivers/net/ntnic/nthw/core/nthw_rmc.c:82:
+	uint32_t n_block_mask = ~0U << (b_is_slave ? p->mn_nims : p->mn_ports);

total: 0 errors, 3 warnings, 0 checks, 279 lines checked


More information about the test-report mailing list