From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3C0AF2BA7; Tue, 21 Mar 2017 10:38:19 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Yongseok Koh Message-Id: <20170321093819.3C0AF2BA7@dpdk.org> Date: Tue, 21 Mar 2017 10:38:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw22028 [PATCH v2 2/3] net/mlx5: use correct RETA table size 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: Tue, 21 Mar 2017 09:38:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/22028 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #61: FILE: drivers/net/mlx5/mlx5_rss.c:262: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #72: FILE: drivers/net/mlx5/mlx5_rss.c:296: + return EINVAL; total: 0 errors, 2 warnings, 0 checks, 40 lines checked