From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CE6211B015; Thu, 19 Apr 2018 18:42:38 +0200 (CEST) In-Reply-To: <1524156112-28615-9-git-send-email-arybchenko@solarflare.com> References: <1524156112-28615-9-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180419164238.CE6211B015@dpdk.org> Date: Thu, 19 Apr 2018 18:42:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38573 [PATCH v2 8/8] net/sfc: convert to the advanced EFX RSS interface 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: , X-List-Received-Date: Thu, 19 Apr 2018 16:42:39 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38573 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #355: FILE: drivers/net/sfc/sfc_rx.c:1209: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #371: FILE: drivers/net/sfc/sfc_rx.c:1220: + return ENOMEM; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #439: FILE: drivers/net/sfc/sfc_rx.c:1272: + return EINVAL; total: 0 errors, 3 warnings, 0 checks, 441 lines checked