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 629D6A04B1 for ; Wed, 9 Sep 2020 01:55:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D57B255; Wed, 9 Sep 2020 01:55:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6D93E4C99; Wed, 9 Sep 2020 01:55:23 +0200 (CEST) In-Reply-To: <1599556475-27820-16-git-send-email-arybchenko@solarflare.com> References: <1599556475-27820-16-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200908235523.6D93E4C99@dpdk.org> Date: Wed, 9 Sep 2020 01:55:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76899 [PATCH 14/14] net/sfc: move MCDI helpers to common driver 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/76899 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxB) #192: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:30: + RTE_FMT_TAIL(__VA_ARGS__,))); \ ^ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #440: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:278: + return EINVAL; total: 1 errors, 1 warnings, 0 checks, 760 lines checked INFO: symbol efx_mcdi_fini is being removed, ensure that it has gone through the deprecation process INFO: symbol efx_mcdi_get_proxy_handle is being removed, ensure that it has gone through the deprecation process INFO: symbol efx_mcdi_init is being removed, ensure that it has gone through the deprecation process INFO: symbol efx_mcdi_request_abort is being removed, ensure that it has gone through the deprecation process INFO: symbol efx_mcdi_request_poll is being removed, ensure that it has gone through the deprecation process INFO: symbol efx_mcdi_request_start is being removed, ensure that it has gone through the deprecation process ERROR: symbol sfc_efx_mcdi_fini is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol sfc_efx_mcdi_init is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map