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 C77BBA0566 for ; Mon, 8 Mar 2021 21:47:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C32D722A3A1; Mon, 8 Mar 2021 21:47:12 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 23D3522A369 for ; Mon, 8 Mar 2021 21:47:11 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 2064C354D; Mon, 8 Mar 2021 21:47:11 +0100 (CET) In-Reply-To: <20210308204543.2903723-4-sthotton@marvell.com> References: <20210308204543.2903723-4-sthotton@marvell.com> To: test-report@dpdk.org Cc: Shijith Thotton Message-Id: <20210308204711.2064C354D@dpdk.org> Date: Mon, 8 Mar 2021 21:47:11 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88712 [PATCH 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/88712 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #93: 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'? #94: 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'? #94: 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'? #103: 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'? #103: 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'? #141: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:315: + tim_ring->max_tout = is_periodic ? WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #147: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:321: + tim_ring->ena_periodic = is_periodic; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #156: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:369: + cfg_req->enableperiodic = tim_ring->ena_periodic; total: 0 errors, 8 warnings, 82 lines checked