From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C77125587; Mon, 10 Dec 2018 07:17:24 +0100 (CET) In-Reply-To: <20181210135320.70863-1-zhirun.yan@intel.com> References: <20181210135320.70863-1-zhirun.yan@intel.com> To: test-report@dpdk.org Cc: Zhirun Yan Message-Id: <20181210061724.C77125587@dpdk.org> Date: Mon, 10 Dec 2018 07:17:24 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48611 [v3] net/i40e: fix VF/PF port close 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: Mon, 10 Dec 2018 06:17:24 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48611 _coding style issues_ WARNING:TYPO_SPELLING: 'stoped' may be misspelled - perhaps 'stopped'? #21: close. So it will never call i40evf_dev_close() after stoped the port. CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #44: FILE: drivers/net/i40e/base/i40e_type.h:673: + bool adapter_closed; WARNING:LEADING_SPACE: please, no spaces at the start of a line #74: FILE: drivers/net/i40e/i40e_ethdev.c:2528: + hw->adapter_closed = 1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #103: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2264: + hw->adapter_closed = 1;$ total: 0 errors, 3 warnings, 1 checks, 52 lines checked