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 1D49CA0540 for ; Tue, 13 Dec 2022 16:12:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 17F3F40146; Tue, 13 Dec 2022 16:12:22 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 82677400D5 for ; Tue, 13 Dec 2022 16:12:21 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7064E120834; Tue, 13 Dec 2022 16:12:21 +0100 (CET) Subject: |WARNING| pw120838 [PATCH] event/cnxk: arm early to account for software delays In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20221213151221.7064E120834@dpdk.org> Date: Tue, 13 Dec 2022 16:12:21 +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/120838 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #92: FILE: drivers/event/cnxk/cnxk_tim_worker.h:136: + uint64_t bucket = rte_reciprocal_divide_u64(bkt_cyc, &tim_ring->fast_div); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #95: FILE: drivers/event/cnxk/cnxk_tim_worker.h:139: + if ((bkt_cyc - bucket * tim_ring->tck_int) < tim_ring->tck_int / 2) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #95: FILE: drivers/event/cnxk/cnxk_tim_worker.h:139: + if ((bkt_cyc - bucket * tim_ring->tck_int) < tim_ring->tck_int / 2) total: 0 errors, 3 warnings, 16 lines checked