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 130C9A0C43 for ; Thu, 5 Aug 2021 06:19:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B742410E9; Thu, 5 Aug 2021 06:19:57 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 021A040143 for ; Thu, 5 Aug 2021 06:19:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D93191236B3; Thu, 5 Aug 2021 06:19:55 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20210805041955.D93191236B3@dpdk.org> Date: Thu, 5 Aug 2021 06:19:55 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw96670 [PATCH] event/cnxk: reduce max timer chunk pool cache size 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/96670 _coding style issues_ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #100: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:30: + if (cache_sz > CNXK_TIM_MAX_POOL_CACHE_SZ) WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #101: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:31: + cache_sz = CNXK_TIM_MAX_POOL_CACHE_SZ; WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #113: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:34: +#define CNXK_TIM_MAX_POOL_CACHE_SZ (128) total: 0 errors, 3 warnings, 17 lines checked