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 8507FA0540 for ; Wed, 10 Aug 2022 09:11:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D47540A87; Wed, 10 Aug 2022 09:11:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 648C34068E for ; Wed, 10 Aug 2022 09:11:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5F343120775; Wed, 10 Aug 2022 09:11:17 +0200 (CEST) Subject: |WARNING| pw114800 [PATCH v2 3/4] timer: fix function to stop all timers In-Reply-To: <20220810070958.3111119-1-s.v.naga.harish.k@intel.com> References: <20220810070958.3111119-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: <20220810071117.5F343120775@dpdk.org> Date: Wed, 10 Aug 2022 09:11:17 +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/114800 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #91: FILE: lib/timer/rte_timer.c:583: +__rte_timer_stop(struct rte_timer *tim, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #100: FILE: lib/timer/rte_timer.c:605: + timer_del(tim, prev_status, 0, priv_timer); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #109: FILE: lib/timer/rte_timer.c:634: + return __rte_timer_stop(tim, timer_data); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #126: FILE: lib/timer/rte_timer.c:995: + __rte_timer_stop(tim, timer_data); total: 0 errors, 4 warnings, 46 lines checked