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 9DAC842D23 for ; Thu, 22 Jun 2023 13:33:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9933A406A2; Thu, 22 Jun 2023 13:33:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 09CC040ED7 for ; Thu, 22 Jun 2023 13:33:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F19DC1208D9; Thu, 22 Jun 2023 13:33:37 +0200 (CEST) Subject: |WARNING| pw128909 [PATCH v6 3/4] common/sfc_efx/base: add support to enable VLAN stripping In-Reply-To: <20230622113104.261556-4-artemii.morozov@arknetworks.am> References: <20230622113104.261556-4-artemii.morozov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Artemii Morozov Message-Id: <20230622113337.F19DC1208D9@dpdk.org> Date: Thu, 22 Jun 2023 13:33:37 +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/128909 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #163: FILE: drivers/common/sfc_efx/base/efx_port.c:224: + if ((rc = efx_filter_get_count(enp, &filters_count)) != 0) ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #173: FILE: drivers/common/sfc_efx/base/efx_port.c:234: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #182: FILE: drivers/common/sfc_efx/base/efx_port.c:243: + return (rc); total: 3 errors, 0 warnings, 135 lines checked