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 8B979A054F for ; Sun, 14 Mar 2021 17:46:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 881D41608E5; Sun, 14 Mar 2021 17:46:45 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 737061608E5 for ; Sun, 14 Mar 2021 17:46:44 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 6F5152A62; Sun, 14 Mar 2021 17:46:44 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Shijith Thotton Message-Id: <20210314164644.6F5152A62@dpdk.org> Date: Sun, 14 Mar 2021 17:46:44 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89089 [PATCH v2 3/3] event/octeontx2: add timer periodic mode support 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89089 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #95: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:68: + adptr_info->min_resolution_ns = tim_ring->ena_periodic ? WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #96: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:69: + tim_ring->max_tout : tim_ring->tck_nsec; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #96: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:69: + tim_ring->max_tout : tim_ring->tck_nsec; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:167: + tim_ring->ena_dfb = tim_ring->ena_periodic ? 1 : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #105: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:167: + tim_ring->ena_dfb = tim_ring->ena_periodic ? 1 : 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #143: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:315: + tim_ring->max_tout = is_periodic ? WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #149: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:321: + tim_ring->ena_periodic = is_periodic; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #158: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:369: + cfg_req->enableperiodic = tim_ring->ena_periodic; total: 0 errors, 8 warnings, 82 lines checked