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 E295D41BD5 for ; Sun, 5 Feb 2023 07:34:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC3DC40E50; Sun, 5 Feb 2023 07:34:19 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 815D640687 for ; Sun, 5 Feb 2023 07:34:18 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 747B8121E50; Sun, 5 Feb 2023 07:34:18 +0100 (CET) Subject: |WARNING| pw123053 [PATCH] event/cnxk: fix timer ops init in secondary In-Reply-To: <20230205063347.6469-1-pbhagavatula@marvell.com> References: <20230205063347.6469-1-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230205063418.747B8121E50@dpdk.org> Date: Sun, 5 Feb 2023 07:34:18 +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/123053 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #93: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:384: + struct cnxk_tim_ring *tim_ring; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #93: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:384: + struct cnxk_tim_ring *tim_ring; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #102: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:408: + tim_ring = ((struct rte_event_timer_adapter_data WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:411: + if (tim_ring != NULL && rte_eal_process_type() == RTE_PROC_SECONDARY) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #106: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:412: + cnxk_tim_set_fp_ops(tim_ring); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #106: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:412: + cnxk_tim_set_fp_ops(tim_ring); total: 0 errors, 6 warnings, 19 lines checked