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 5EA22A0546 for ; Fri, 30 Apr 2021 15:57:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B53B4410FB; Fri, 30 Apr 2021 15:57:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 713654014F for ; Fri, 30 Apr 2021 15:57:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6D42D121159; Fri, 30 Apr 2021 15:57:05 +0200 (CEST) In-Reply-To: <20210430135336.2749-26-pbhagavatula@marvell.com> References: <20210430135336.2749-26-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210430135705.6D42D121159@dpdk.org> Date: Fri, 30 Apr 2021 15:57:05 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92537 [PATCH v3 25/33] 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/92537 _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