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 725804660E for ; Wed, 23 Apr 2025 18:07:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CAA4402AF; Wed, 23 Apr 2025 18:07:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6F31A4025E for ; Wed, 23 Apr 2025 18:07:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 175581251C3; Wed, 23 Apr 2025 18:07:00 +0200 (CEST) Subject: |WARNING| pw153115 [PATCH v2 32/45] common/sfc_efx/base: fill in software LUT for MAC statistics In-Reply-To: <20250423160002.35706-33-ivan.malov@arknetworks.am> References: <20250423160002.35706-33-ivan.malov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20250423160700.175581251C3@dpdk.org> Date: Wed, 23 Apr 2025 18:07:00 +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/153115 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #283: FILE: drivers/common/sfc_efx/base/efx_np.c:698: + sizeof (efx_qword_t); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #303: FILE: drivers/common/sfc_efx/base/efx_np.c:718: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #313: FILE: drivers/common/sfc_efx/base/efx_np.c:728: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #327: FILE: drivers/common/sfc_efx/base/efx_np.c:742: + memset(epp->ep_np_mac_stat_lut, 0, sizeof (epp->ep_np_mac_stat_lut)); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #368: FILE: drivers/common/sfc_efx/base/efx_np.c:783: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #378: FILE: drivers/common/sfc_efx/base/efx_np.c:793: + return (rc); total: 4 errors, 2 warnings, 313 lines checked