From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D80A9A84C; Wed, 25 Apr 2018 19:53:51 +0200 (CEST) In-Reply-To: <1524678704-29354-9-git-send-email-arybchenko@solarflare.com> References: <1524678704-29354-9-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180425175351.D80A9A84C@dpdk.org> Date: Wed, 25 Apr 2018 19:53:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38973 [PATCH v3 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: Wed, 25 Apr 2018 17:53:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38973 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #356: 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) #372: 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) #440: FILE: drivers/net/sfc/sfc_rx.c:1272: + return EINVAL; total: 0 errors, 3 warnings, 0 checks, 441 lines checked