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 EDF03A034F for ; Sun, 3 Oct 2021 10:33:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E9E7241226; Sun, 3 Oct 2021 10:33:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 71A8A41222 for ; Sun, 3 Oct 2021 10:33:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6DC6A120DFE; Sun, 3 Oct 2021 10:33:21 +0200 (CEST) In-Reply-To: <20211003082710.8398-8-pbhagavatula@marvell.com> References: <20211003082710.8398-8-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20211003083321.6DC6A120DFE@dpdk.org> Date: Sun, 3 Oct 2021 10:33:21 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100386 [PATCH v2 07/13] eventdev: hide timer adapter PMD file 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/100386 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #115: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:8: +static struct event_timer_adapter_ops cnxk_tim_ops; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #243: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:12: +static struct event_timer_adapter_ops otx2_tim_ops; total: 0 errors, 2 warnings, 264 lines checked