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 DB7B741DB0 for ; Thu, 2 Mar 2023 03:22:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76CEA40DFB; Thu, 2 Mar 2023 03:22:47 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 843F8427EE for ; Thu, 2 Mar 2023 03:22:46 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7DC54120D89; Thu, 2 Mar 2023 03:22:46 +0100 (CET) Subject: |WARNING| pw124650 [PATCH v8 12/21] net/cpfl: support RSS In-Reply-To: <20230302103527.931071-13-mingxia.liu@intel.com> References: <20230302103527.931071-13-mingxia.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingxia Liu Message-Id: <20230302022246.7DC54120D89@dpdk.org> Date: Thu, 2 Mar 2023 03:22:46 +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/124650 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #111: FILE: drivers/net/cpfl/cpfl_ethdev.c:183: + return -EINVAL; + } else { total: 0 errors, 1 warnings, 0 checks, 104 lines checked