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 F16F2A0C41 for ; Wed, 17 Nov 2021 12:45:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED63F4068C; Wed, 17 Nov 2021 12:45:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 50F0A40040 for ; Wed, 17 Nov 2021 12:45:49 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 47BC2120735; Wed, 17 Nov 2021 12:45:49 +0100 (CET) Subject: |WARNING| pw104473 [PATCH 3/4] common/sfc_efx/base: support MAC address edit actions in MAE In-Reply-To: <20211117114438.8347-4-ivan.malov@oktetlabs.ru> References: <20211117114438.8347-4-ivan.malov@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20211117114549.47BC2120735@dpdk.org> Date: Wed, 17 Nov 2021 12:45:49 +0100 (CET) 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/104473 _coding style issues_ ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #227: FILE: drivers/common/sfc_efx/base/efx_mae.c:1807: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #246: FILE: drivers/common/sfc_efx/base/efx_mae.c:1826: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #262: FILE: drivers/common/sfc_efx/base/efx_mae.c:2374: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #279: FILE: drivers/common/sfc_efx/base/efx_mae.c:2391: + EFX_STATIC_ASSERT(sizeof (mac_idp->id) == ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #324: FILE: drivers/common/sfc_efx/base/efx_mae.c:2436: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #336: FILE: drivers/common/sfc_efx/base/efx_mae.c:2448: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #400: FILE: drivers/common/sfc_efx/base/efx_mae.c:2512: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #432: FILE: drivers/common/sfc_efx/base/efx_mae.c:2544: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #440: FILE: drivers/common/sfc_efx/base/efx_mae.c:2552: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #472: FILE: drivers/common/sfc_efx/base/efx_mae.c:2584: + return (0); total: 9 errors, 1 warnings, 491 lines checked