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 1339045AA0 for ; Thu, 3 Oct 2024 15:26:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E6BF40299; Thu, 3 Oct 2024 15:26:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3D1E540261 for ; Thu, 3 Oct 2024 15:26:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 37F7712074B; Thu, 3 Oct 2024 15:26:15 +0200 (CEST) Subject: |WARNING| pw144965 [PATCH 03/20] event/cnxk: add CN20K device config In-Reply-To: <20241003132237.20193-3-pbhagavatula@marvell.com> References: <20241003132237.20193-3-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20241003132615.37F7712074B@dpdk.org> Date: Thu, 3 Oct 2024 15:26:15 +0200 (CEST) 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/144965 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #101: FILE: drivers/event/cnxk/cn20k_eventdev.c:23: + struct cnxk_tim_evdev *tim_dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #101: FILE: drivers/event/cnxk/cn20k_eventdev.c:23: + struct cnxk_tim_evdev *tim_dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #101: FILE: drivers/event/cnxk/cn20k_eventdev.c:23: + struct cnxk_tim_evdev *tim_dev = cnxk_tim_priv_get(); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #103: FILE: drivers/event/cnxk/cn20k_eventdev.c:25: + uint16_t nb_tim_lfs; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/cnxk/cn20k_eventdev.c:27: + nb_tim_lfs = tim_dev ? tim_dev->nb_rings : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/cnxk/cn20k_eventdev.c:27: + nb_tim_lfs = tim_dev ? tim_dev->nb_rings : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/cnxk/cn20k_eventdev.c:27: + nb_tim_lfs = tim_dev ? tim_dev->nb_rings : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #106: FILE: drivers/event/cnxk/cn20k_eventdev.c:28: + return roc_sso_rsrc_init(&dev->sso, hws, hwgrp, nb_tim_lfs); total: 0 errors, 8 warnings, 50 lines checked