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 179654547F for ; Mon, 17 Jun 2024 11:56:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1149B4042F; Mon, 17 Jun 2024 11:56:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5B4F4402AC for ; Mon, 17 Jun 2024 11:56:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4AEA3124124; Mon, 17 Jun 2024 11:56:01 +0200 (CEST) Subject: |WARNING| pw141201 [PATCH 09/19] net/ngbe: add WOL and NCSI capability In-Reply-To: <20240617095319.16664-10-jiawenwu@trustnetic.com> References: <20240617095319.16664-10-jiawenwu@trustnetic.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiawen Wu Message-Id: <20240617095601.4AEA3124124@dpdk.org> Date: Mon, 17 Jun 2024 11:56:01 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/141201 _coding style issues_ WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'? #185: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.c:299: + autoneg_reg = RTL_BMCR_RESTART_AN | RTL_BMCR_ANE; WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'? #187: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.c:301: + autoneg_reg = RTL_BMCR_ANE; total: 0 errors, 2 warnings, 0 checks, 171 lines checked