From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 357A958CD; Wed, 5 Jul 2017 10:15:23 +0200 (CEST) In-Reply-To: <6c7ab63cffec050d8009d950d79a55c27dda52f1.1499242344.git.vasilyf@mellanox.com> References: <6c7ab63cffec050d8009d950d79a55c27dda52f1.1499242344.git.vasilyf@mellanox.com> To: test-report@dpdk.org Cc: Vasily Philipov Message-Id: <20170705081523.357A958CD@dpdk.org> Date: Wed, 5 Jul 2017 10:15:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26481 [PATCH v8 3/4] net/mlx4: refactor RSS parent queue allocation 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, 05 Jul 2017 08:15:23 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26481 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #171: FILE: drivers/net/mlx4/mlx4.c:723: + return ENOMEM; total: 0 errors, 1 warnings, 0 checks, 697 lines checked