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 1B63DA00E6 for ; Thu, 16 May 2019 23:47:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1309D5B40; Thu, 16 May 2019 23:47:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id DC24B5F0F; Thu, 16 May 2019 23:47:03 +0200 (CEST) In-Reply-To: <20190516214535.90650-2-shweta.choudaha@gmail.com> References: <20190516214535.90650-2-shweta.choudaha@gmail.com> To: test-report@dpdk.org Cc: Shweta Choudaha Message-Id: <20190516214703.DC24B5F0F@dpdk.org> Date: Thu, 16 May 2019 23:47:03 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53500 [PATCH 1/1] net/e1000: set/clear GO_LINKD bit only if PHY reset is not blocked 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/53500 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type >= e1000_82580' #46: FILE: drivers/net/e1000/igb_ethdev.c:1520: + if ((hw->mac.type >= e1000_82580) && + (e1000_check_reset_block(hw) != E1000_BLK_PHY_RESET)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type >= e1000_82580' #58: FILE: drivers/net/e1000/igb_ethdev.c:1596: + if ((hw->mac.type >= e1000_82580) && + (e1000_check_reset_block(hw) != E1000_BLK_PHY_RESET)) { total: 0 errors, 0 warnings, 2 checks, 23 lines checked