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 7177542F5D for ; Thu, 27 Jul 2023 14:01:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CECB40041; Thu, 27 Jul 2023 14:01:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5061A40041 for ; Thu, 27 Jul 2023 14:01:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4A06E12092E; Thu, 27 Jul 2023 14:01:08 +0200 (CEST) Subject: |WARNING| pw129714 [PATCH v1 2/2] net/cnxk: add get flow aged ops In-Reply-To: <20230727115926.2252988-3-adwivedi@marvell.com> References: <20230727115926.2252988-3-adwivedi@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ankur Dwivedi Message-Id: <20230727120108.4A06E12092E@dpdk.org> Date: Thu, 27 Jul 2023 14:01:08 +0200 (CEST) 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/129714 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #237: FILE: drivers/net/cnxk/cnxk_flow.c:507: + if (nb_contexts == 0) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #239: FILE: drivers/net/cnxk/cnxk_flow.c:509: + else { total: 0 errors, 0 warnings, 2 checks, 145 lines checked