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 AC851A0547 for ; Fri, 30 Apr 2021 15:56:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A4FD4113B; Fri, 30 Apr 2021 15:56:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 397C24069E for ; Fri, 30 Apr 2021 15:56:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 34DAC121159; Fri, 30 Apr 2021 15:56:55 +0200 (CEST) In-Reply-To: <20210430135336.2749-22-pbhagavatula@marvell.com> References: <20210430135336.2749-22-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210430135655.34DAC121159@dpdk.org> Date: Fri, 30 Apr 2021 15:56:55 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92533 [PATCH v3 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/92533 _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