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 9DCEDA0548 for ; Sat, 6 Mar 2021 17:35:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1428122A4B9; Sat, 6 Mar 2021 17:35:21 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 10C0622A4B1 for ; Sat, 6 Mar 2021 17:35:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id EC4913F9; Sat, 6 Mar 2021 17:35:19 +0100 (CET) In-Reply-To: <20210306162942.6845-21-pbhagavatula@marvell.com> References: <20210306162942.6845-21-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210306163519.EC4913F9@dpdk.org> Date: Sat, 6 Mar 2021 17:35:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88662 [PATCH 20/36] 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/88662 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #95: 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'? #108: 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'? #122: 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'? #126: 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'? #126: 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'? #149: 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'? #149: 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'? #162: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:30: +cnxk_tim_priv_get(void) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #170: 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