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 62828A055A for ; Tue, 25 Feb 2020 13:41:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4304B2C02; Tue, 25 Feb 2020 13:41:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 2A7591BFAC; Tue, 25 Feb 2020 13:41:11 +0100 (CET) In-Reply-To: <20200225124004.26946-1-ssebasti@amd.com> References: <20200225124004.26946-1-ssebasti@amd.com> To: test-report@dpdk.org Cc: ssebasti@amd.com Message-Id: <20200225124111.2A7591BFAC@dpdk.org> Date: Tue, 25 Feb 2020 13:41:11 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66038 [PATCH v1] 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/66038 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L3_CSUM_ERR' #253: FILE: drivers/net/axgbe/axgbe_rxtx.c:365: + 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' #253: FILE: drivers/net/axgbe/axgbe_rxtx.c:365: + if ((error_status != AXGBE_L3_CSUM_ERR) + && (error_status != AXGBE_L4_CSUM_ERR)) { CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #254: FILE: drivers/net/axgbe/axgbe_rxtx.c:366: + if ((error_status != AXGBE_L3_CSUM_ERR) + && (error_status != AXGBE_L4_CSUM_ERR)) { total: 0 errors, 0 warnings, 3 checks, 212 lines checked