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 C73C145B04 for ; Thu, 10 Oct 2024 16:18:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7D4C40697; Thu, 10 Oct 2024 16:18:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1B64940693 for ; Thu, 10 Oct 2024 16:18:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 13C0712074A; Thu, 10 Oct 2024 16:18:19 +0200 (CEST) Subject: |WARNING| pw145625 [PATCH v3 13/50] net/ntnic: add flow matcher FLM flow module In-Reply-To: <20241010141416.4063591-14-sil-plv@napatech.com> References: <20241010141416.4063591-14-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20241010141819.13C0712074A@dpdk.org> Date: Thu, 10 Oct 2024 16:18:19 +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/145625 _coding style issues_ WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'? #263: FILE: drivers/net/ntnic/include/hw_mod_flm_v25.h:29: + uint32_t uis; WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'? #522: FILE: drivers/net/ntnic/include/hw_mod_flm_v25.h:288: + uint64_t uis : 1; WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'? #642: 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'? #642: 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'? #1086: 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'? #1086: 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'? #1320: 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'? #1322: 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'? #2278: 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'? #2504: 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'? #2975: 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'? #3168: 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