From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id E996945B8E
	for <public@inbox.dpdk.org>; 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 <test-report@dpdk.org>; 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: <psatheesh@marvell.com>
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 <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=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