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 B602D42C4D for ; Wed, 7 Jun 2023 15:03:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CAA8743033; Wed, 7 Jun 2023 15:03:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 212EA42FB2 for ; Wed, 7 Jun 2023 15:03:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 03E4212077C; Wed, 7 Jun 2023 15:03:19 +0200 (CEST) Subject: |WARNING| pw128292 [PATCH v4 03/34] common/sfc_efx/base: add API to list HW tables In-Reply-To: <20230607130245.8048-4-ivan.malov@arknetworks.am> References: <20230607130245.8048-4-ivan.malov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20230607130320.03E4212077C@dpdk.org> Date: Wed, 7 Jun 2023 15:03:19 +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/128292 _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