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 7623FA04B5 for ; Thu, 24 Sep 2020 14:17:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3AD8B1DE6C; Thu, 24 Sep 2020 14:17:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D892C1DE6F; Thu, 24 Sep 2020 14:17:08 +0200 (CEST) In-Reply-To: <1600949555-28043-14-git-send-email-arybchenko@solarflare.com> References: <1600949555-28043-14-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200924121708.D892C1DE6F@dpdk.org> Date: Thu, 24 Sep 2020 14:17:08 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78693 [PATCH v3 13/60] common/sfc_efx/base: factor out MCDI entity reset helper 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/78693 _coding style issues_ ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #132: FILE: drivers/common/sfc_efx/base/ef10_nic.c:1954: + return (rc); ERROR:ASSIGN_IN_IF: do not use assignment in if condition #165: FILE: drivers/common/sfc_efx/base/ef10_nic.c:2247: + if ((rc = efx_mcdi_entity_reset(enp)) != 0) total: 2 errors, 0 warnings, 70 lines checked