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 43627A0542 for ; Wed, 3 Aug 2022 18:27:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4084D42BBC; Wed, 3 Aug 2022 18:27:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4BDB740A7E for ; Wed, 3 Aug 2022 18:27:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 44F4D120778; Wed, 3 Aug 2022 18:27:32 +0200 (CEST) Subject: |WARNING| pw114588 [PATCH 1/4] eventdev/timer: add periodic event timer support In-Reply-To: <20220803162542.3145559-1-s.v.naga.harish.k@intel.com> References: <20220803162542.3145559-1-s.v.naga.harish.k@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Naga Harish K S V Message-Id: <20220803162732.44F4D120778@dpdk.org> Date: Wed, 3 Aug 2022 18:27:32 +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/114588 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #158: FILE: lib/eventdev/rte_event_timer_adapter.c:644: + /* If event buffer is full, put timer back in list with + * immediate expiry value, so that we process it again WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #161: FILE: lib/eventdev/rte_event_timer_adapter.c:647: + ret = rte_timer_alt_reset(sw->timer_data_id, tim, 0, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #199: FILE: lib/eventdev/rte_event_timer_adapter.c:680: + sw->expired_timers[sw->n_expired_timers++] = tim; total: 0 errors, 3 warnings, 176 lines checked