From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 363EE45ADC for ; Mon, 7 Oct 2024 21:41:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 200124066E; Mon, 7 Oct 2024 21:41:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8500240647 for ; Mon, 7 Oct 2024 21:41:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7F3CA120757; Mon, 7 Oct 2024 21:41:25 +0200 (CEST) Subject: |WARNING| pw145331 [PATCH v2 13/50] net/ntnic: add flow matcher FLM flow module In-Reply-To: <20241007193436.675785-14-sil-plv@napatech.com> References: <20241007193436.675785-14-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20241007194125.7F3CA120757@dpdk.org> Date: Mon, 7 Oct 2024 21:41:25 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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