From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 89CA37CEB; Thu, 29 Jun 2017 23:58:33 +0200 (CEST) In-Reply-To: <20170629173035.13140-1-tomaszx.kulasek@intel.com> References: <20170629173035.13140-1-tomaszx.kulasek@intel.com> To: test-report@dpdk.org Cc: Tomasz Kulasek Message-Id: <20170629215833.89CA37CEB@dpdk.org> Date: Thu, 29 Jun 2017 23:58:33 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25999 [PATCH v2] bonding: allow to create master bonding 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, 29 Jun 2017 21:58:33 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25999 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around internals->slave_link #226: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1201: + memset(&(internals->slave_link), 0, WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40) #270: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2119: + if ((master_bonding == 0) && link_properties_valid( [...] + slave_eth_dev->data->dev_flags &= total: 0 errors, 1 warnings, 1 checks, 253 lines checked