From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1280A0471 for ; Thu, 18 Jul 2019 08:08:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 963E82AB; Thu, 18 Jul 2019 08:08:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D4EA51C01; Thu, 18 Jul 2019 08:07:59 +0200 (CEST) In-Reply-To: <20190718145351.13987-1-taox.zhu@intel.com> References: <20190718145351.13987-1-taox.zhu@intel.com> To: test-report@dpdk.org Cc: taox.zhu@intel.com Message-Id: <20190718060759.D4EA51C01@dpdk.org> Date: Thu, 18 Jul 2019 08:07:59 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56692 [PATCH] net/i40e: fix request queue fail in VF 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/56692 _coding style issues_ CHECK:BOOL_COMPARISON: Using comparison to false is error prone #41: FILE: drivers/net/i40e/i40e_ethdev_vf.c:1335: + if (vf->vf_reset == false) { total: 0 errors, 0 warnings, 1 checks, 10 lines checked