From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 722B3A04E1 for ; Tue, 22 Sep 2020 10:55:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 00E261DCB8; Tue, 22 Sep 2020 10:55:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C421E1DBD0; Tue, 22 Sep 2020 10:55:01 +0200 (CEST) In-Reply-To: <1600764594-14752-27-git-send-email-arybchenko@solarflare.com> References: <1600764594-14752-27-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200922085501.C421E1DBD0@dpdk.org> Date: Tue, 22 Sep 2020 10:55:01 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78275 [PATCH 26/60] common/sfc_efx/base: move RxQ init/fini wrappers to generic X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/78275 _coding style issues_ ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #486: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:2829: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #524: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:2867: + return (rc); total: 2 errors, 0 warnings, 415 lines checked