From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 39A341B23D; Thu, 19 Oct 2017 14:52:47 +0200 (CEST) In-Reply-To: <3ea64d71e26f882df268a42a16beb2af339b5e05.1508417257.git.nelio.laranjeiro@6wind.com> References: <3ea64d71e26f882df268a42a16beb2af339b5e05.1508417257.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171019125247.39A341B23D@dpdk.org> Date: Thu, 19 Oct 2017 14:52:47 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30589 [PATCH 4/6] net/mlx5: fix flow director drop action 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, 19 Oct 2017 12:52:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30589 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #63: FILE: drivers/net/mlx5/mlx5_flow.c:2623: + return ENOTSUP; total: 0 errors, 1 warnings, 0 checks, 36 lines checked