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 E996945B8E for ; Mon, 21 Oct 2024 06:03:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E5A5B4028C; Mon, 21 Oct 2024 06:03:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2A0E74027C for ; Mon, 21 Oct 2024 06:03:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1BCC2123105; Mon, 21 Oct 2024 06:03:49 +0200 (CEST) Subject: |WARNING| pw146344 [PATCH 2/2] net/cnxk: support rte flow on cn20k In-Reply-To: <20241021040144.974453-2-psatheesh@marvell.com> References: <20241021040144.974453-2-psatheesh@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20241021040349.1BCC2123105@dpdk.org> Date: Mon, 21 Oct 2024 06:03:49 +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/146344 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #446: FILE: drivers/net/cnxk/cnxk_flow_wrapper.c:215: + return NULL; + } else { total: 0 errors, 1 warnings, 0 checks, 431 lines checked