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 060124302D for ; Thu, 10 Aug 2023 20:30:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E75A9406BC; Thu, 10 Aug 2023 20:30:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 08BDF406BC for ; Thu, 10 Aug 2023 20:30:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E9D7F120D38; Thu, 10 Aug 2023 20:30:04 +0200 (CEST) Subject: |WARNING| pw130097 [RFC] net/sfc: support packet replay in transfer flows In-Reply-To: <20230810182820.6365-1-ivan.malov@arknetworks.am> References: <20230810182820.6365-1-ivan.malov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20230810183004.E9D7F120D38@dpdk.org> Date: Thu, 10 Aug 2023 20:30:04 +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/130097 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #166: FILE: drivers/common/sfc_efx/base/efx_mae.c:4286: + EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*spec_clone), spec_clone); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #183: FILE: drivers/common/sfc_efx/base/efx_mae.c:4303: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #187: FILE: drivers/common/sfc_efx/base/efx_mae.c:4307: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #211: FILE: drivers/common/sfc_efx/base/efx_mae.c:4331: + EFX_STATIC_ASSERT(sizeof (aset_list_idp->id) == WARNING:SPACING: space prohibited between function name and open parenthesis '(' #235: FILE: drivers/common/sfc_efx/base/efx_mae.c:4355: + aset_ids, n_asets * sizeof (*aset_ids)); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #258: FILE: drivers/common/sfc_efx/base/efx_mae.c:4378: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #270: FILE: drivers/common/sfc_efx/base/efx_mae.c:4390: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #328: FILE: drivers/common/sfc_efx/base/efx_mae.c:4448: + return (rc); WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #483: FILE: drivers/net/sfc/sfc_mae.c:1344: + return ENOMEM; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #497: FILE: drivers/net/sfc/sfc_mae.c:1358: + return ENOMEM; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOSPC) #820: FILE: drivers/net/sfc/sfc_mae.c:4709: + return ENOSPC; total: 5 errors, 6 warnings, 0 checks, 1305 lines checked