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 5E517A04B7 for ; Wed, 14 Oct 2020 08:02:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A16835323; Wed, 14 Oct 2020 08:01:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id A7DCE25D9; Wed, 14 Oct 2020 08:01:54 +0200 (CEST) In-Reply-To: <20201014055517.1214386-18-jiawenwu@trustnetic.com> References: <20201014055517.1214386-18-jiawenwu@trustnetic.com> To: test-report@dpdk.org Cc: Jiawen Wu Message-Id: <20201014060154.A7DCE25D9@dpdk.org> Date: Wed, 14 Oct 2020 08:01:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80638 [PATCH v3 17/56] net/txgbe: add autoc read and write 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/80638 _coding style issues_ WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #308: FILE: drivers/net/txgbe/base/txgbe_phy.c:1593: + /* Set VR XS, PMA, or MII Gen5 12G PHY AFE-DFE WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #309: FILE: drivers/net/txgbe/base/txgbe_phy.c:1594: + * Enable Register Bit[7:0] = 8'd0 //AFE_EN_0/3_1, DFE_EN_0/3_1 WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #311: FILE: drivers/net/txgbe/base/txgbe_phy.c:1596: + wr32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE, 0x0); WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #505: FILE: drivers/net/txgbe/base/txgbe_phy.c:1790: + /* Set VR XS, PMA, or MII Gen5 12G PHY AFE-DFE WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #506: FILE: drivers/net/txgbe/base/txgbe_phy.c:1791: + * Enable Register Bit[4], Bit[0] = 1'b0 //AFE_EN_0, DFE_EN_0 WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #508: FILE: drivers/net/txgbe/base/txgbe_phy.c:1793: + wr32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE, WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #708: FILE: drivers/net/txgbe/base/txgbe_phy.c:1993: + value = rd32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE); WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #710: FILE: drivers/net/txgbe/base/txgbe_phy.c:1995: + wr32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE, value); WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #716: FILE: drivers/net/txgbe/base/txgbe_phy.c:2001: + /* 9. Set VR_MII_Gen5_12G_AFE_DFE_EN_CTRL Register WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #717: FILE: drivers/net/txgbe/base/txgbe_phy.c:2002: + * Bit[4](DFE_EN_0) = 1'b0, Bit[0](AFE_EN_0) = 1'b0 WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #719: FILE: drivers/net/txgbe/base/txgbe_phy.c:2004: + value = rd32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE); WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #721: FILE: drivers/net/txgbe/base/txgbe_phy.c:2006: + wr32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE, value); WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #777: FILE: drivers/net/txgbe/base/txgbe_phy.c:2062: + /* 9. Set VR_MII_Gen5_12G_AFE_DFE_EN_CTRL Register WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #778: FILE: drivers/net/txgbe/base/txgbe_phy.c:2063: + * Bit[4](DFE_EN_0) = 1'b0, Bit[0](AFE_EN_0) = 1'b0 WARNING:TYPO_SPELLING: 'AFE' may be misspelled - perhaps 'SAFE'? #787: FILE: drivers/net/txgbe/base/txgbe_phy.c:2072: + wr32_epcs(hw, TXGBE_PHY_AFE_DFE_ENABLE, 0x0); total: 0 errors, 15 warnings, 0 checks, 910 lines checked