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 B1C5A43B6C for ; Thu, 7 Mar 2024 08:03:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A52B642DDF; Thu, 7 Mar 2024 08:03:00 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7D527427D8 for ; Thu, 7 Mar 2024 08:02:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6CB421223A6; Thu, 7 Mar 2024 08:02:59 +0100 (CET) Subject: |WARNING| pw138085 [PATCH v2 5/5] eal: fix memzone fbarray cleanup In-Reply-To: <20240307070113.29580-6-artemyko@nvidia.com> References: <20240307070113.29580-6-artemyko@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Artemy Kovalyov Message-Id: <20240307070259.6CB421223A6@dpdk.org> Date: Thu, 7 Mar 2024 08:02:59 +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/138085 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #163: FILE: lib/eal/common/eal_common_memzone.c:457: + if (rte_eal_process_type() == RTE_PROC_PRIMARY) { + rte_fbarray_destroy(&mcfg->memzones); + } total: 0 errors, 1 warnings, 36 lines checked