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 3908AA00C2 for ; Wed, 17 Mar 2021 09:07:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2ECCF242B62; Wed, 17 Mar 2021 09:07:36 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id B37A64014D for ; Wed, 17 Mar 2021 09:07:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id A308A6CA1; Wed, 17 Mar 2021 09:07:35 +0100 (CET) In-Reply-To: <51c875237a4f639dd566eca8cfc181aecc06b513.1615967694.git.sthotton@marvell.com> References: <51c875237a4f639dd566eca8cfc181aecc06b513.1615967694.git.sthotton@marvell.com> To: test-report@dpdk.org Cc: Shijith Thotton Message-Id: <20210317080735.A308A6CA1@dpdk.org> Date: Wed, 17 Mar 2021 09:07:35 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89349 [PATCH v3 3/3] event/octeontx2: add timer periodic mode support 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89349 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #95: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:68: + adptr_info->min_resolution_ns = tim_ring->ena_periodic ? WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #96: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:69: + tim_ring->max_tout : tim_ring->tck_nsec; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #96: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:69: + tim_ring->max_tout : tim_ring->tck_nsec; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:167: + tim_ring->ena_dfb = tim_ring->ena_periodic ? 1 : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:167: + tim_ring->ena_dfb = tim_ring->ena_periodic ? 1 : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #143: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:315: + tim_ring->max_tout = is_periodic ? WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #149: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:321: + tim_ring->ena_periodic = is_periodic; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #158: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:369: + cfg_req->enableperiodic = tim_ring->ena_periodic; total: 0 errors, 8 warnings, 82 lines checked