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 F1970A04EF for ; Mon, 1 Jun 2020 14:59:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E64431D127; Mon, 1 Jun 2020 14:59:35 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id EEDED1D146; Mon, 1 Jun 2020 14:59:34 +0200 (CEST) In-Reply-To: <20200601125735.11527-1-selwin.sebastian@amd.com> References: <20200601125735.11527-1-selwin.sebastian@amd.com> To: test-report@dpdk.org Cc: selwin.sebastian@amd.com Message-Id: <20200601125934.EEDED1D146@dpdk.org> Date: Mon, 1 Jun 2020 14:59:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70721 [PATCH v1] net/axgbe: enable IEEE 1588 PTP support for axgbe 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/70721 _coding style issues_ CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #488: FILE: drivers/net/axgbe/axgbe_ethdev.c:1534: + if (AXGMAC_GET_BITS_LE(desc->write.desc3, RX_CONTEXT_DESC3, TSA) + && !AXGMAC_GET_BITS_LE(desc->write.desc3, CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'tx_conf->offloads != 0' #614: FILE: drivers/net/axgbe/axgbe_rxtx.c:526: + if ((tx_conf->offloads != 0) || dev_data->dev_conf.txmode.offloads) total: 0 errors, 0 warnings, 2 checks, 473 lines checked