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 6012D42D1C for ; Thu, 22 Jun 2023 17:12:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D0AD40ED7; Thu, 22 Jun 2023 17:12:36 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D7DF04113F for ; Thu, 22 Jun 2023 17:12:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C9F581208D9; Thu, 22 Jun 2023 17:12:32 +0200 (CEST) Subject: |WARNING| pw128942 [PATCH v7 3/4] common/sfc_efx/base: add support to enable VLAN stripping In-Reply-To: <20230622151123.275873-4-artemii.morozov@arknetworks.am> References: <20230622151123.275873-4-artemii.morozov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Artemii Morozov Message-Id: <20230622151232.C9F581208D9@dpdk.org> Date: Thu, 22 Jun 2023 17:12:32 +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/128942 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #164: 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 #174: FILE: drivers/common/sfc_efx/base/efx_port.c:234: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #183: FILE: drivers/common/sfc_efx/base/efx_port.c:243: + return (rc); total: 3 errors, 0 warnings, 135 lines checked