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 7A66DA0562 for ; Mon, 3 May 2021 17:27:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 767FD4068E; Mon, 3 May 2021 17:27:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B627840150 for ; Mon, 3 May 2021 17:27:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B304D121159; Mon, 3 May 2021 17:27:28 +0200 (CEST) In-Reply-To: <20210503152238.2437-27-pbhagavatula@marvell.com> References: <20210503152238.2437-27-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210503152728.B304D121159@dpdk.org> Date: Mon, 3 May 2021 17:27:28 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92664 [PATCH v4 26/34] event/cnxk: add timer adapter info function 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/92664 _coding style issues_ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #80: Add TIM event timer adapter info get function. WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #97: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:80: +cnxk_tim_ring_info_get(const struct rte_event_timer_adapter *adptr, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #100: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:83: + struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #100: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:83: + struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #102: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:85: + adptr_info->max_tmo_ns = tim_ring->max_tout; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #103: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:86: + adptr_info->min_resolution_ns = tim_ring->tck_nsec; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #115: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:233: + cnxk_tim_ops.get_info = cnxk_tim_ring_info_get; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #115: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:233: + cnxk_tim_ops.get_info = cnxk_tim_ring_info_get; total: 0 errors, 8 warnings, 25 lines checked