From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 307871B1F4; Thu, 5 Oct 2017 14:57:29 +0200 (CEST) In-Reply-To: <5ed2adebe1e347b12ae908672b60243c274e2a98.1507207731.git.nelio.laranjeiro@6wind.com> References: <5ed2adebe1e347b12ae908672b60243c274e2a98.1507207731.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171005125729.307871B1F4@dpdk.org> Date: Thu, 5 Oct 2017 14:57:29 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw29721 [PATCH v2 29/30] net/mlx5: support flow director 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, 05 Oct 2017 12:57:29 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/29721 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #144: FILE: drivers/net/mlx5/mlx5_flow.c:2389: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #149: FILE: drivers/net/mlx5/mlx5_flow.c:2394: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #284: FILE: drivers/net/mlx5/mlx5_flow.c:2529: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #332: FILE: drivers/net/mlx5/mlx5_flow.c:2577: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #508: FILE: drivers/net/mlx5/mlx5_flow.c:2753: + return EINVAL; total: 0 errors, 5 warnings, 0 checks, 535 lines checked