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 C784646284 for ; Thu, 20 Feb 2025 23:13:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C317E4065B; Thu, 20 Feb 2025 23:13:13 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4A68A40609 for ; Thu, 20 Feb 2025 23:13:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9E3CE127813; Thu, 20 Feb 2025 23:13:01 +0100 (CET) Subject: |WARNING| pw151770 [PATCH v1 31/32] net/ntnic: init IGAM and config PLL for FPGA In-Reply-To: <20250220220406.3925597-32-sil-plv@napatech.com> References: <20250220220406.3925597-32-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20250220221301.9E3CE127813@dpdk.org> Date: Thu, 20 Feb 2025 23:13:01 +0100 (CET) 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/151770 _coding style issues_ WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #190: FILE: drivers/net/ntnic/nthw/core/include/nthw_pcm_nt400dxx.h:35: +void nthw_pcm_nt400dxx_set_ts_pll_recal(nthw_pcm_nt400dxx_t *p, uint32_t val); WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #301: FILE: drivers/net/ntnic/nthw/core/nt400dxx/reset/nthw_fpga_rst_nt400dxx.c:269: + nthw_pcm_nt400dxx_set_ts_pll_recal(p_pcm, 1); WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #303: FILE: drivers/net/ntnic/nthw/core/nt400dxx/reset/nthw_fpga_rst_nt400dxx.c:271: + nthw_pcm_nt400dxx_set_ts_pll_recal(p_pcm, 0); WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #520: FILE: drivers/net/ntnic/nthw/core/nthw_pcm_nt400dxx.c:58: +void nthw_pcm_nt400dxx_set_ts_pll_recal(nthw_pcm_nt400dxx_t *p, uint32_t val) WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #522: FILE: drivers/net/ntnic/nthw/core/nthw_pcm_nt400dxx.c:60: + if (p->mp_fld_ctrl_ts_pll_recal) { WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #523: FILE: drivers/net/ntnic/nthw/core/nthw_pcm_nt400dxx.c:61: + nthw_field_update_register(p->mp_fld_ctrl_ts_pll_recal); WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #524: FILE: drivers/net/ntnic/nthw/core/nthw_pcm_nt400dxx.c:62: + nthw_field_set_val_flush32(p->mp_fld_ctrl_ts_pll_recal, val); total: 0 errors, 7 warnings, 0 checks, 432 lines checked