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 A5D38A034F for ; Sun, 21 Mar 2021 09:51:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1A1940042; Sun, 21 Mar 2021 09:51:59 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 0599F40041 for ; Sun, 21 Mar 2021 09:51:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 0256E2BA9; Sun, 21 Mar 2021 09:51:56 +0100 (CET) In-Reply-To: <20210321084915.2649-4-pbhagavatula@marvell.com> References: <20210321084915.2649-4-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210321085157.0256E2BA9@dpdk.org> Date: Sun, 21 Mar 2021 09:51:57 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89601 [PATCH v2 4/4] event/octeontx2: timer always use virtual counter 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/89601 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #97: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:357: + bkt_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:393: + tim_ring->tck_int = NSEC2TICK(tim_ring->tck_nsec, tim_cntfrq()); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:393: + tim_ring->tck_int = NSEC2TICK(tim_ring->tck_nsec, tim_cntfrq()); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:393: + tim_ring->tck_int = NSEC2TICK(tim_ring->tck_nsec, tim_cntfrq()); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #129: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:461: + uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #129: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:461: + uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #143: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:181: +tim_cntvct(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #149: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:187: +tim_cntfrq(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #155: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:193: +tim_cntvct(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #161: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:199: +tim_cntfrq(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #179: FILE: drivers/event/octeontx2/otx2_tim_worker.c:44: + uint64_t cur_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #185: FILE: drivers/event/octeontx2/otx2_tim_worker.c:49: + cur_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #198: FILE: drivers/event/octeontx2/otx2_tim_worker.h:135: + const uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #198: FILE: drivers/event/octeontx2/otx2_tim_worker.h:135: + const uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc; total: 0 errors, 14 warnings, 92 lines checked