|WARNING| pw145331 [PATCH v2 13/50] net/ntnic: add flow matcher FLM flow module

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 7 21:41:25 CEST 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#260: FILE: drivers/net/ntnic/include/hw_mod_flm_v25.h:29:
+	uint32_t uis;

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#519: FILE: drivers/net/ntnic/include/hw_mod_flm_v25.h:288:
+	uint64_t uis : 1;

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#639: FILE: drivers/net/ntnic/nthw/flow_api/flow_backend/flow_backend.c:941:
+		flm_nthw_control_uis(be->p_flm_nthw, flm->v25.control->uis);

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#639: FILE: drivers/net/ntnic/nthw/flow_api/flow_backend/flow_backend.c:941:
+		flm_nthw_control_uis(be->p_flm_nthw, flm->v25.control->uis);

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#1083: FILE: drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.c:68:
+	p->mp_control_uis = nthw_register_get_field(p->mp_control, FLM_CONTROL_UIS);

WARNING:TYPO_SPELLING: 'UIS' may be misspelled - perhaps 'IS'?
#1083: FILE: drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.c:68:
+	p->mp_control_uis = nthw_register_get_field(p->mp_control, FLM_CONTROL_UIS);

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#1317: FILE: drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.c:302:
+void flm_nthw_control_uis(const struct flm_nthw *p, uint32_t val)

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#1319: FILE: drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.c:304:
+	nthw_field_set_val32(p->mp_control_uis, val);

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#2275: FILE: drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.h:29:
+void flm_nthw_control_uis(const struct flm_nthw *p, uint32_t val);

WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'?
#2501: FILE: drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.h:255:
+	nthw_field_t *mp_control_uis;

WARNING:TYPO_SPELLING: 'UIS' may be misspelled - perhaps 'IS'?
#2972: FILE: drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_flm.h:39:
+#define FLM_CONTROL_UIS (0x1ed93e48UL)

WARNING:TYPO_SPELLING: 'UIS' may be misspelled - perhaps 'IS'?
#3165: FILE: drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_flm.h:232:
+#define FLM_STA_DATA_UIS (0xadcb30b5UL)

total: 0 errors, 12 warnings, 0 checks, 2967 lines checked


More information about the test-report mailing list