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 ED7AEA0562 for ; Tue, 4 May 2021 02:31:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E9AB4410F9; Tue, 4 May 2021 02:31:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4055D410F9 for ; Tue, 4 May 2021 02:31:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3880A121159; Tue, 4 May 2021 02:31:50 +0200 (CEST) In-Reply-To: <20210504002726.525-24-pbhagavatula@marvell.com> References: <20210504002726.525-24-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210504003150.3880A121159@dpdk.org> Date: Tue, 4 May 2021 02:31:50 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92701 [PATCH v5 23/35] event/cnxk: add timer adapter capabilities 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/92701 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #99: FILE: drivers/event/cnxk/cn10k_eventdev.c:423: + .timer_adapter_caps_get = cnxk_tim_caps_get, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #112: FILE: drivers/event/cnxk/cn9k_eventdev.c:497: + .timer_adapter_caps_get = cnxk_tim_caps_get, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #126: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:9: +cnxk_tim_caps_get(const struct rte_eventdev *evdev, uint64_t flags, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #130: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:13: + struct cnxk_tim_evdev *dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #130: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:13: + struct cnxk_tim_evdev *dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #153: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:60: + struct cnxk_tim_evdev *dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #153: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:60: + struct cnxk_tim_evdev *dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #166: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:30: +cnxk_tim_priv_get(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #174: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:41: +int cnxk_tim_caps_get(const struct rte_eventdev *dev, uint64_t flags, total: 0 errors, 9 warnings, 68 lines checked