From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7536B1B2B7; Tue, 31 Oct 2017 16:52:36 +0100 (CET) In-Reply-To: <464965d321547eeccd97701ebdb9444cd0aba392.1509464921.git.nelio.laranjeiro@6wind.com> References: <464965d321547eeccd97701ebdb9444cd0aba392.1509464921.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171031155236.7536B1B2B7@dpdk.org> Date: Tue, 31 Oct 2017 16:52:36 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31056 [PATCH 2/5] net/mlx5: fix flows when VXLAN tunnel is 0 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, 31 Oct 2017 15:52:36 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31056 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #68: FILE: drivers/net/mlx5/mlx5_flow.c:1617: + return EINVAL; total: 0 errors, 1 warnings, 0 checks, 32 lines checked