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 B8F42A0C43 for ; Fri, 15 Oct 2021 21:04:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 521F34113A; Fri, 15 Oct 2021 21:04:08 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0955A410FF for ; Fri, 15 Oct 2021 21:04:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 06284121D26; Fri, 15 Oct 2021 21:04:06 +0200 (CEST) In-Reply-To: <20211015190221.2160-8-pbhagavatula@marvell.com> References: <20211015190221.2160-8-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20211015190406.06284121D26@dpdk.org> Date: Fri, 15 Oct 2021 21:04:06 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw101832 [PATCH v4 08/14] 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/101832 _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