From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5D56C1B3A2; Fri, 19 Oct 2018 17:22:06 +0200 (CEST) In-Reply-To: <1539962470-10950-5-git-send-email-viacheslavo@mellanox.com> References: <1539962470-10950-5-git-send-email-viacheslavo@mellanox.com> To: test-report@dpdk.org Cc: Viacheslav Ovsiienko Message-Id: <20181019152206.5D56C1B3A2@dpdk.org> Date: Fri, 19 Oct 2018 17:22:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47088 [v3, 4/6] net/mlx5: flow counters mlx5 glue library update 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: Fri, 19 Oct 2018 15:22:06 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47088 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #58: FILE: drivers/net/mlx5/mlx5_glue.c:284: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #73: FILE: drivers/net/mlx5/mlx5_glue.c:299: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #90: FILE: drivers/net/mlx5/mlx5_glue.c:316: + return ENOTSUP; total: 0 errors, 3 warnings, 0 checks, 101 lines checked