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 09423A0350 for ; Thu, 23 Dec 2021 17:07:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3A2A410E0; Thu, 23 Dec 2021 17:07:19 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A4AE440E01 for ; Thu, 23 Dec 2021 17:07:19 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 83BFC120D7B; Thu, 23 Dec 2021 17:07:19 +0100 (CET) Subject: |WARNING| pw105369 [PATCH] event/cnxk: add timer adapter periodic mode support In-Reply-To: <5919b346b947e8a9968e974dfdede7d3ae8c0eff.1640273981.git.sthotton@marvell.com> References: <5919b346b947e8a9968e974dfdede7d3ae8c0eff.1640273981.git.sthotton@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20211223160719.83BFC120D7B@dpdk.org> Date: Thu, 23 Dec 2021 17:07:19 +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/105369 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #93: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:61: + tim_ring->ena_dfb = tim_ring->ena_periodic ? 1 : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #93: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:61: + tim_ring->ena_dfb = tim_ring->ena_periodic ? 1 : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #102: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:115: + adptr_info->min_resolution_ns = tim_ring->ena_periodic ? WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #103: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:116: + tim_ring->max_tout : WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #104: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:117: + tim_ring->tck_nsec; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #115: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:245: + tim_ring->ena_periodic = 1; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #125: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:257: + if (tim_ring->ena_periodic) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #136: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:336: + rc = roc_tim_lf_config(&dev->tim, tim_ring->ring_id, clk_src, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #136: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:336: + rc = roc_tim_lf_config(&dev->tim, tim_ring->ring_id, clk_src, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #136: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:336: + rc = roc_tim_lf_config(&dev->tim, tim_ring->ring_id, clk_src, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #137: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:337: + tim_ring->ena_periodic, tim_ring->ena_dfb, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #137: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:337: + tim_ring->ena_periodic, tim_ring->ena_dfb, total: 0 errors, 12 warnings, 64 lines checked