From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3DBAAA0547 for ; Fri, 5 Mar 2021 12:25:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39F4122A2E7; Fri, 5 Mar 2021 12:25:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id A7E7422A2DE for ; Fri, 5 Mar 2021 12:25:06 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id D2F964C6B; Fri, 5 Mar 2021 12:25:05 +0100 (CET) In-Reply-To: <20210305112359.16716-4-jiawenwu@trustnetic.com> References: <20210305112359.16716-4-jiawenwu@trustnetic.com> To: test-report@dpdk.org Cc: Jiawen Wu Message-Id: <20210305112505.D2F964C6B@dpdk.org> Date: Fri, 5 Mar 2021 12:25:05 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88514 [PATCH 3/5] net/txgbe/base: support to handle backplane AN73 flow X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/88514 _coding style issues_ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #433: FILE: drivers/net/txgbe/base/txgbe_phy.c:2599: + wr32_epcs(hw, VR_PMA_KRTR_PRBS_CTRL1, VR_PMA_KRTR_PRBS_TIM_LMT); ERROR:C99_COMMENTS: do not use C99 // comments #612: FILE: drivers/net/txgbe/base/txgbe_type.h:799: + u32 next_page; //Next Page (bit0) ERROR:C99_COMMENTS: do not use C99 // comments #613: FILE: drivers/net/txgbe/base/txgbe_type.h:800: + u32 link_ability; //Link Ability (bit[7:0]) ERROR:C99_COMMENTS: do not use C99 // comments #614: FILE: drivers/net/txgbe/base/txgbe_type.h:801: + u32 fec_ability; //FEC Request (bit1), FEC Enable (bit0) ERROR:C99_COMMENTS: do not use C99 // comments #615: FILE: drivers/net/txgbe/base/txgbe_type.h:802: + u32 current_link_mode; //current link mode for local device total: 4 errors, 1 warnings, 0 checks, 526 lines checked