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 DA738A04DD for ; Tue, 20 Oct 2020 10:53:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C0C2456A3; Tue, 20 Oct 2020 10:53:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 486822BF7; Tue, 20 Oct 2020 10:53:47 +0200 (CEST) In-Reply-To: <1603183709-23420-17-git-send-email-arybchenko@solarflare.com> References: <1603183709-23420-17-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20201020085347.486822BF7@dpdk.org> Date: Tue, 20 Oct 2020 10:53:47 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81452 [PATCH 16/62] common/sfc_efx/base: support setting a PPORT in a match spec 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/81452 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #216: FILE: drivers/common/sfc_efx/base/efx_mae.c:349: + memset(mportp, 0, sizeof (*mportp)); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #219: FILE: drivers/common/sfc_efx/base/efx_mae.c:352: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #223: FILE: drivers/common/sfc_efx/base/efx_mae.c:356: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #284: FILE: drivers/common/sfc_efx/base/efx_mae.c:417: + &dword, sizeof (dword)); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #296: FILE: drivers/common/sfc_efx/base/efx_mae.c:429: + &dword, sizeof (dword)); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #313: FILE: drivers/common/sfc_efx/base/efx_mae.c:446: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #340: FILE: drivers/common/sfc_efx/base/efx_mae.c:473: + sizeof (valuep->sel), vp, sizeof (maskp->sel), mp); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #340: FILE: drivers/common/sfc_efx/base/efx_mae.c:473: + sizeof (valuep->sel), vp, sizeof (maskp->sel), mp); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #344: FILE: drivers/common/sfc_efx/base/efx_mae.c:477: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #350: FILE: drivers/common/sfc_efx/base/efx_mae.c:483: + return (rc); total: 5 errors, 5 warnings, 254 lines checked