From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C1EBF1AEF6; Fri, 15 Sep 2017 18:01:54 +0200 (CEST) In-Reply-To: <1505491200-72127-2-git-send-email-xuemingl@mellanox.com> References: <1505491200-72127-2-git-send-email-xuemingl@mellanox.com> To: test-report@dpdk.org Cc: Xueming Li Message-Id: <20170915160154.C1EBF1AEF6@dpdk.org> Date: Fri, 15 Sep 2017 18:01:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28764 [PATCH v2 2/6] net/mlx5: install a socket to exchange a file descriptor 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, 15 Sep 2017 16:01:55 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28764 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #580: FILE: drivers/net/mlx5/mlx5_txq.c:204: + return EINVAL; total: 0 errors, 1 warnings, 0 checks, 562 lines checked