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 8982EA0A0E for ; Wed, 28 Apr 2021 11:50:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85E774014E; Wed, 28 Apr 2021 11:50:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 898FE40147 for ; Wed, 28 Apr 2021 11:50:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 84E0B121159; Wed, 28 Apr 2021 11:50:51 +0200 (CEST) In-Reply-To: <20210428094926.22185-2-ivan.malov@oktetlabs.ru> References: <20210428094926.22185-2-ivan.malov@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20210428095051.84E0B121159@dpdk.org> Date: Wed, 28 Apr 2021 11:50:51 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92322 [PATCH 2/3] common/sfc_efx/base: add MAE VLAN presence match bits 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/92322 _coding style issues_ ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #223: FILE: drivers/common/sfc_efx/base/efx_mae.c:847: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #279: FILE: drivers/common/sfc_efx/base/efx_mae.c:903: + return (0); WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #341: FILE: drivers/common/sfc_efx/base/efx_mae.c:1137: + break; + else total: 2 errors, 1 warnings, 361 lines checked