From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 253B3A0573 for ; Thu, 5 Mar 2020 06:27:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 140502BA8; Thu, 5 Mar 2020 06:27:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id A5BA01BFCD; Thu, 5 Mar 2020 06:27:07 +0100 (CET) In-Reply-To: <20200305052521.3645-1-ssebasti@amd.com> References: <20200305052521.3645-1-ssebasti@amd.com> To: test-report@dpdk.org Cc: ssebasti@amd.com Message-Id: <20200305052707.A5BA01BFCD@dpdk.org> Date: Thu, 5 Mar 2020 06:27:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66282 [PATCH v3] net/axgbe: add support for Scattered Rx 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/66282 _coding style issues_ Must be a reply to the first patch (--in-reply-to). CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L3_CSUM_ERR' #259: FILE: drivers/net/axgbe/axgbe_rxtx.c:364: + 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' #259: FILE: drivers/net/axgbe/axgbe_rxtx.c:364: + if ((error_status != AXGBE_L3_CSUM_ERR) + && (error_status != AXGBE_L4_CSUM_ERR)) { CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #260: FILE: drivers/net/axgbe/axgbe_rxtx.c:365: + if ((error_status != AXGBE_L3_CSUM_ERR) + && (error_status != AXGBE_L4_CSUM_ERR)) { total: 0 errors, 0 warnings, 3 checks, 214 lines checked