From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2E5001D398; Fri, 6 Apr 2018 19:22:59 +0200 (CEST) In-Reply-To: <1523035280-24873-8-git-send-email-arybchenko@solarflare.com> References: <1523035280-24873-8-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180406172259.2E5001D398@dpdk.org> Date: Fri, 6 Apr 2018 19:22:59 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37433 [PATCH 7/7] 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: Fri, 06 Apr 2018 17:22:59 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37433 _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