From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3885869D4; Sun, 19 Mar 2017 11:02:35 +0100 (CET) In-Reply-To: <20170316224056.19685-3-yskoh@mellanox.com> References: <20170316224056.19685-3-yskoh@mellanox.com> To: test-report@dpdk.org Cc: Yongseok Koh Message-Id: <20170319100235.3885869D4@dpdk.org> Date: Sun, 19 Mar 2017 11:02:35 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21831 [PATCH 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: Sun, 19 Mar 2017 10:02:35 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21831 _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