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 4EA08A0562 for ; Tue, 23 Mar 2021 09:45:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A1824014F; Tue, 23 Mar 2021 09:45:46 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 1F4344014D for ; Tue, 23 Mar 2021 09:45:44 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 19C5A2901; Tue, 23 Mar 2021 09:45:44 +0100 (CET) In-Reply-To: <20210323084439.3898-4-pbhagavatula@marvell.com> References: <20210323084439.3898-4-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210323084544.19C5A2901@dpdk.org> Date: Tue, 23 Mar 2021 09:45:44 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89670 [PATCH v3 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/89670 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #104: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:357: + bkt_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #126: 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'? #126: 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'? #126: 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'? #136: 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'? #136: 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'? #150: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:181: +tim_cntvct(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #156: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:187: +tim_cntfrq(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #162: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:193: +tim_cntvct(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #168: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:199: +tim_cntfrq(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #186: FILE: drivers/event/octeontx2/otx2_tim_worker.c:44: + uint64_t cur_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #192: FILE: drivers/event/octeontx2/otx2_tim_worker.c:49: + cur_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #205: 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'? #205: 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