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 BE674A0548 for ; Mon, 26 Apr 2021 19:49:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BAC0141210; Mon, 26 Apr 2021 19:49:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 76FCE411F3 for ; Mon, 26 Apr 2021 19:49:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 72BA8121158; Mon, 26 Apr 2021 19:49:19 +0200 (CEST) In-Reply-To: <20210426174441.2302-22-pbhagavatula@marvell.com> References: <20210426174441.2302-22-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210426174919.72BA8121158@dpdk.org> Date: Mon, 26 Apr 2021 19:49:19 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92207 [PATCH v2 21/33] 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/92207 _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