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 E197CA056A for ; Thu, 11 Mar 2021 12:04:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5030522A3C9; Thu, 11 Mar 2021 12:04:02 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 9A1B422A3C9 for ; Thu, 11 Mar 2021 12:04:01 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 80E6E3DC; Thu, 11 Mar 2021 12:04:01 +0100 (CET) In-Reply-To: <20210311110325.3291203-2-andrew.rybchenko@oktetlabs.ru> References: <20210311110325.3291203-2-andrew.rybchenko@oktetlabs.ru> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20210311110401.80E6E3DC@dpdk.org> Date: Thu, 11 Mar 2021 12:04:01 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88933 [PATCH 1/8] common/sfc_efx/base: add base virtio support for vDPA 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/88933 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_virtio_vq_t *' should also have an identifier name #234: FILE: drivers/common/sfc_efx/base/efx_impl.h:314: + efx_rc_t (*evo_virtio_qstart)(efx_virtio_vq_t *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_virtio_vq_cfg_t *' should also have an identifier name #234: FILE: drivers/common/sfc_efx/base/efx_impl.h:314: + efx_rc_t (*evo_virtio_qstart)(efx_virtio_vq_t *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_virtio_vq_dyncfg_t *' should also have an identifier name #234: FILE: drivers/common/sfc_efx/base/efx_impl.h:314: + efx_rc_t (*evo_virtio_qstart)(efx_virtio_vq_t *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_virtio_vq_t *' should also have an identifier name #237: FILE: drivers/common/sfc_efx/base/efx_impl.h:317: + efx_rc_t (*evo_virtio_qstop)(efx_virtio_vq_t *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_virtio_vq_dyncfg_t *' should also have an identifier name #237: FILE: drivers/common/sfc_efx/base/efx_impl.h:317: + efx_rc_t (*evo_virtio_qstop)(efx_virtio_vq_t *, ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #334: FILE: drivers/common/sfc_efx/base/efx_virtio.c:45: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #342: FILE: drivers/common/sfc_efx/base/efx_virtio.c:53: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #370: FILE: drivers/common/sfc_efx/base/efx_virtio.c:81: + EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_virtio_vq_t), evvp); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #382: FILE: drivers/common/sfc_efx/base/efx_virtio.c:93: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #387: FILE: drivers/common/sfc_efx/base/efx_virtio.c:98: + return (rc); ERROR:ASSIGN_IN_IF: do not use assignment in if condition #415: FILE: drivers/common/sfc_efx/base/efx_virtio.c:126: + if ((rc = evop->evo_virtio_qstart(evvp, evvcp, evvdp)) != 0) ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #422: FILE: drivers/common/sfc_efx/base/efx_virtio.c:133: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #433: FILE: drivers/common/sfc_efx/base/efx_virtio.c:144: + return (rc); ERROR:ASSIGN_IN_IF: do not use assignment in if condition #467: FILE: drivers/common/sfc_efx/base/efx_virtio.c:178: + if ((rc = evop->evo_virtio_qstop(evvp, evvdp)) != 0) ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #483: FILE: drivers/common/sfc_efx/base/efx_virtio.c:194: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #501: FILE: drivers/common/sfc_efx/base/efx_virtio.c:212: + EFSYS_KMEM_FREE(enp->en_esip, sizeof (efx_virtio_vq_t), evvp); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #683: FILE: drivers/common/sfc_efx/base/rhead_virtio.c:124: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #694: FILE: drivers/common/sfc_efx/base/rhead_virtio.c:135: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #746: FILE: drivers/common/sfc_efx/base/rhead_virtio.c:187: + return (rc); total: 12 errors, 7 warnings, 649 lines checked