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 33EFF42C2C for ; Mon, 5 Jun 2023 01:26:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EC5F42D20; Mon, 5 Jun 2023 01:26:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 91B8C42D20 for ; Mon, 5 Jun 2023 01:26:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 85AB812092A; Mon, 5 Jun 2023 01:26:39 +0200 (CEST) Subject: |WARNING| pw128031 [PATCH v3 03/34] common/sfc_efx/base: add API to list HW tables In-Reply-To: <20230604232523.6746-4-ivan.malov@arknetworks.am> References: <20230604232523.6746-4-ivan.malov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20230604232639.85AB812092A@dpdk.org> Date: Mon, 5 Jun 2023 01:26:39 +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/128031 _coding style issues_ ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #185: FILE: drivers/common/sfc_efx/base/efx_table.c:81: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #197: FILE: drivers/common/sfc_efx/base/efx_table.c:93: + return (rc); total: 2 errors, 0 warnings, 130 lines checked