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 2965D41BAA for ; Thu, 2 Feb 2023 09:11:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 228D642B7E; Thu, 2 Feb 2023 09:11:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4650A406A2 for ; Thu, 2 Feb 2023 09:11:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 35FAA121E50; Thu, 2 Feb 2023 09:11:27 +0100 (CET) Subject: |WARNING| pw122886 [PATCH 2/2] event/cnxk: update timer arm burst parameters In-Reply-To: <20230202081025.4176-2-pbhagavatula@marvell.com> References: <20230202081025.4176-2-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230202081127.35FAA121E50@dpdk.org> Date: Thu, 2 Feb 2023 09:11:27 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/122886 _coding style issues_ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #114: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:32: + cache_sz = CNXK_TIM_MAX_POOL_CACHE_SZ; WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #127: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:27: +#define CNXK_TIM_RING_DEF_CHUNK_SZ (1024) WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #131: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:29: +#define CNXK_TIM_MAX_BURST (16) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #144: FILE: drivers/event/cnxk/cnxk_tim_worker.h:109: +cnxk_tim_bkt_add_nent_relaxed(struct cnxk_tim_bkt *bktp, uint32_t v) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #144: FILE: drivers/event/cnxk/cnxk_tim_worker.h:109: +cnxk_tim_bkt_add_nent_relaxed(struct cnxk_tim_bkt *bktp, uint32_t v) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #150: FILE: drivers/event/cnxk/cnxk_tim_worker.h:115: +cnxk_tim_bkt_add_nent(struct cnxk_tim_bkt *bktp, uint32_t v) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #150: FILE: drivers/event/cnxk/cnxk_tim_worker.h:115: +cnxk_tim_bkt_add_nent(struct cnxk_tim_bkt *bktp, uint32_t v) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #163: FILE: drivers/event/cnxk/cnxk_tim_worker.h:539: + cnxk_tim_bkt_add_nent_relaxed(bkt, chunk_remainder); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #172: FILE: drivers/event/cnxk/cnxk_tim_worker.h:570: + cnxk_tim_bkt_dec_lock_relaxed(bkt); total: 0 errors, 9 warnings, 69 lines checked