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 1175E41E9B for ; Wed, 15 Mar 2023 09:02:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CF3C400EF; Wed, 15 Mar 2023 09:02:45 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CB269400EF for ; Wed, 15 Mar 2023 09:02:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B54851209C6; Wed, 15 Mar 2023 09:02:43 +0100 (CET) Subject: |WARNING| pw125134 [PATCH v1] eventdev/timer: use loop to check for timeout events In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20230315080243.B54851209C6@dpdk.org> Date: Wed, 15 Mar 2023 09:02:43 +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/125134 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #141: FILE: app/test/test_event_timer_adapter.c:483: + ev_tim->timeout_ticks = CALC_TICKS(max_ticks + 20); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #152: FILE: app/test/test_event_timer_adapter.c:493: + ev_tim->timeout_ticks = CALC_TICKS(ticks); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #173: FILE: app/test/test_event_timer_adapter.c:510: + ev_tim->timeout_ticks = CALC_TICKS(max_ticks - 10); total: 0 errors, 3 warnings, 377 lines checked