From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9A5E37CF1; Thu, 29 Jun 2017 23:54:59 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Vasily Philipov Message-Id: <20170629215459.9A5E37CF1@dpdk.org> Date: Thu, 29 Jun 2017 23:54:59 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25857 [PATCH v5 3/4] net/mlx4: support for the RSS flow action 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, 29 Jun 2017 21:54:59 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25857 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #94: FILE: drivers/net/mlx4/mlx4.c:705: + return ENOMEM; total: 0 errors, 1 warnings, 0 checks, 322 lines checked