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 E271FA04DE for ; Tue, 20 Oct 2020 11:29:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0567AAD54; Tue, 20 Oct 2020 11:29:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id CA13DC844; Tue, 20 Oct 2020 11:29:17 +0200 (CEST) In-Reply-To: <1603185222-14831-17-git-send-email-arybchenko@solarflare.com> References: <1603185222-14831-17-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20201020092917.CA13DC844@dpdk.org> Date: Tue, 20 Oct 2020 11:29:17 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81535 [PATCH v2 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/81535 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #217: 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 #220: FILE: drivers/common/sfc_efx/base/efx_mae.c:352: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #224: FILE: drivers/common/sfc_efx/base/efx_mae.c:356: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #285: FILE: drivers/common/sfc_efx/base/efx_mae.c:417: + &dword, sizeof (dword)); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #297: 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 #314: FILE: drivers/common/sfc_efx/base/efx_mae.c:446: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #341: 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 '(' #341: 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 #345: FILE: drivers/common/sfc_efx/base/efx_mae.c:477: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #351: FILE: drivers/common/sfc_efx/base/efx_mae.c:483: + return (rc); total: 5 errors, 5 warnings, 254 lines checked