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 186A9A034F for ; Thu, 25 Feb 2021 13:25:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D936160846; Thu, 25 Feb 2021 13:25:32 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id A4F4D160840 for ; Thu, 25 Feb 2021 13:25:30 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 8F19C2A6C; Thu, 25 Feb 2021 13:25:30 +0100 (CET) In-Reply-To: <20210225122315.6350-4-pbhagavatula@marvell.com> References: <20210225122315.6350-4-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210225122530.8F19C2A6C@dpdk.org> Date: Thu, 25 Feb 2021 13:25:30 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88223 [PATCH 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/88223 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #96: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:357: + bkt_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #118: 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'? #118: 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'? #118: 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'? #128: 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'? #128: 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'? #142: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:181: +tim_cntvct(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #151: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:190: +tim_cntfrq(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #160: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:199: +tim_cntvct(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #166: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:205: +tim_cntfrq(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #184: FILE: drivers/event/octeontx2/otx2_tim_worker.c:44: + uint64_t cur_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #190: FILE: drivers/event/octeontx2/otx2_tim_worker.c:49: + cur_cyc = tim_cntvct(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #203: 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'? #203: 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, 98 lines checked