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 040AA46284 for ; Thu, 20 Feb 2025 23:09:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F319D4065B; Thu, 20 Feb 2025 23:09:02 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 221454067C for ; Thu, 20 Feb 2025 23:08:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 77892127813; Thu, 20 Feb 2025 23:08:48 +0100 (CET) Subject: |WARNING| pw151761 [PATCH v1 21/32] net/ntnic: add nt400d13 pcm init In-Reply-To: <20250220220406.3925597-22-sil-plv@napatech.com> References: <20250220220406.3925597-22-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20250220220848.77892127813@dpdk.org> Date: Thu, 20 Feb 2025 23:08:48 +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/151761 _coding style issues_ WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #176: FILE: drivers/net/ntnic/nthw/core/include/nthw_pcm_nt400dxx.h:19: + nthw_field_t *mp_fld_ctrl_ts_pll_recal; /* Dunite HW version 3 */ WARNING:TYPO_SPELLING: 'recal' may be misspelled - perhaps 'recall'? #273: FILE: drivers/net/ntnic/nthw/core/nthw_pcm_nt400dxx.c:44: + p->mp_fld_ctrl_ts_pll_recal = WARNING:TYPO_SPELLING: 'RECAL' may be misspelled - perhaps 'RECALL'? #274: FILE: drivers/net/ntnic/nthw/core/nthw_pcm_nt400dxx.c:45: + nthw_register_query_field(p->mp_reg_ctrl, PCM_NT400DXX_CTRL_TS_PLL_RECAL); total: 0 errors, 3 warnings, 0 checks, 127 lines checked