From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 66C561B655; Tue, 30 Jan 2018 16:36:51 +0100 (CET) In-Reply-To: <20180130144512.21872-4-adrien.mazarguil@6wind.com> References: <20180130144512.21872-4-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180130153651.66C561B655@dpdk.org> Date: Tue, 30 Jan 2018 16:36:51 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34728 [PATCH v4 3/4] net/mlx5: move rdma-core calls to separate file 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, 30 Jan 2018 15:36:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34728 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #750: FILE: drivers/net/mlx5/mlx5_glue.c:223: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #765: FILE: drivers/net/mlx5/mlx5_glue.c:238: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #778: FILE: drivers/net/mlx5/mlx5_glue.c:251: + return ENOTSUP; total: 0 errors, 3 warnings, 0 checks, 1173 lines checked