From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 05BBF1C962; Thu, 5 Apr 2018 08:41:51 +0200 (CEST) In-Reply-To: <1522910389-35530-10-git-send-email-Ravi1.kumar@amd.com> References: <1522910389-35530-10-git-send-email-Ravi1.kumar@amd.com> To: test-report@dpdk.org Cc: Ravi Kumar Message-Id: <20180405064151.05BBF1C962@dpdk.org> Date: Thu, 5 Apr 2018 08:41:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37229 [PATCH v4 10/17] net/axgbe: add transmit and receive data path apis 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, 05 Apr 2018 06:41:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37229 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L3_CSUM_ERR' #243: FILE: drivers/net/axgbe/axgbe_rxtx.c:249: + if ((error_status != AXGBE_L3_CSUM_ERR) && + (error_status != AXGBE_L4_CSUM_ERR)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L4_CSUM_ERR' #243: FILE: drivers/net/axgbe/axgbe_rxtx.c:249: + if ((error_status != AXGBE_L3_CSUM_ERR) && + (error_status != AXGBE_L4_CSUM_ERR)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'tx_status == DMA_TPS_STOPPED' #385: FILE: drivers/net/axgbe/axgbe_rxtx.c:475: + if ((tx_status == DMA_TPS_STOPPED) || + (tx_status == DMA_TPS_SUSPENDED)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'tx_status == DMA_TPS_SUSPENDED' #385: FILE: drivers/net/axgbe/axgbe_rxtx.c:475: + if ((tx_status == DMA_TPS_STOPPED) || + (tx_status == DMA_TPS_SUSPENDED)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mask == PKT_TX_TCP_CKSUM' #491: FILE: drivers/net/axgbe/axgbe_rxtx.c:581: + if ((mask == PKT_TX_TCP_CKSUM) || (mask == PKT_TX_UDP_CKSUM)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mask == PKT_TX_UDP_CKSUM' #491: FILE: drivers/net/axgbe/axgbe_rxtx.c:581: + if ((mask == PKT_TX_TCP_CKSUM) || (mask == PKT_TX_UDP_CKSUM)) total: 0 errors, 0 warnings, 6 checks, 634 lines checked