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 A2333427F2 for ; Tue, 21 Mar 2023 06:21:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E41940A7F; Tue, 21 Mar 2023 06:21:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B16E540A7F for ; Tue, 21 Mar 2023 06:21:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9A530120A04; Tue, 21 Mar 2023 06:21:41 +0100 (CET) Subject: |WARNING| pw125352 [PATCH v2] eventdev/timer: fix timeout event wait behavior In-Reply-To: <90fb5b328eda4c7f83cfb11998ba32a01935ff8e.1679375813.git.sthotton@marvell.com> References: <90fb5b328eda4c7f83cfb11998ba32a01935ff8e.1679375813.git.sthotton@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20230321052141.9A530120A04@dpdk.org> Date: Tue, 21 Mar 2023 06:21:41 +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/125352 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #159: 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'? #170: 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'? #191: 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