From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7B9DA532C; Thu, 30 Nov 2017 10:47:59 +0100 (CET) In-Reply-To: <20171130094657.11470-7-zhiyong.yang@intel.com> References: <20171130094657.11470-7-zhiyong.yang@intel.com> To: test-report@dpdk.org Cc: Zhiyong Yang Message-Id: <20171130094759.7B9DA532C@dpdk.org> Date: Thu, 30 Nov 2017 10:47:59 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31790 [PATCH 06/11] net/vhostpci: add support for link status change 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, 30 Nov 2017 09:47:59 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31790 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around dev->data->dev_link #74: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:315: + struct rte_eth_link *src = &(dev->data->dev_link); CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #153: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:400: + +} total: 0 errors, 0 warnings, 2 checks, 150 lines checked