From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D88E3A045E for ; Wed, 29 May 2019 21:17:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 61A6F1B9A1; Wed, 29 May 2019 21:17:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F1A051B99A; Wed, 29 May 2019 21:17:13 +0200 (CEST) In-Reply-To: <20190529191501.19053-12-stephen@networkplumber.org> References: <20190529191501.19053-12-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20190529191713.F1A051B99A@dpdk.org> Date: Wed, 29 May 2019 21:17:13 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53869 [PATCH 11/12] net/ixgbe: remove unnecessary cast 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/53869 _coding style issues_ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #35: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:2411: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #45: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:2819: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #55: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4816: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #75: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:5181: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #85: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:6943: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #125: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:7120: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ ERROR:SPACING: spaces required around that '=' (ctx:WxV) #135: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:7141: + struct ixgbe_adapter *adapter =dev->data->dev_private; ^ total: 7 errors, 0 warnings, 0 checks, 143 lines checked