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 5226CA034E for ; Sat, 12 Feb 2022 13:41:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E5254117D; Sat, 12 Feb 2022 13:41:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 815E041190 for ; Sat, 12 Feb 2022 13:41:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7A76A123108; Sat, 12 Feb 2022 13:41:41 +0100 (CET) Subject: |WARNING| pw107403 [PATCH 3/3] event/cnxk: fix uninitialized local variable In-Reply-To: <20220212123948.3394407-3-gmuthukrishn@marvell.com> References: <20220212123948.3394407-3-gmuthukrishn@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gowrishankar Muthukrishnan Message-Id: <20220212124141.7A76A123108@dpdk.org> Date: Sat, 12 Feb 2022 13:41:41 +0100 (CET) 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/107403 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #111: FILE: drivers/event/cnxk/cnxk_tim_worker.h:236: + struct cnxk_tim_ent *chunk = NULL; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #121: FILE: drivers/event/cnxk/cnxk_tim_worker.h:319: + struct cnxk_tim_ent *chunk = NULL; total: 0 errors, 2 warnings, 26 lines checked