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 1E8CBA04B6 for ; Thu, 17 Sep 2020 08:38:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D0B171D588; Thu, 17 Sep 2020 08:38:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id EB7071D574; Thu, 17 Sep 2020 08:38:10 +0200 (CEST) In-Reply-To: <1600324483-23153-18-git-send-email-arybchenko@solarflare.com> References: <1600324483-23153-18-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200917063810.EB7071D574@dpdk.org> Date: Thu, 17 Sep 2020 08:38:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77998 [PATCH v2 17/17] 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/77998 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxB) #167: 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) #415: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:278: + return EINVAL; total: 1 errors, 1 warnings, 0 checks, 742 lines checked