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 5593AA0C4D for ; Thu, 17 Jun 2021 13:00:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AC99410E8; Thu, 17 Jun 2021 13:00:57 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1EED340687 for ; Thu, 17 Jun 2021 13:00:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1B5FA122E3A; Thu, 17 Jun 2021 13:00:56 +0200 (CEST) In-Reply-To: <20210617110005.4132926-9-jiawenwu@trustnetic.com> References: <20210617110005.4132926-9-jiawenwu@trustnetic.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiawen Wu Message-Id: <20210617110056.1B5FA122E3A@dpdk.org> Date: Thu, 17 Jun 2021 13:00:56 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94333 [PATCH v6 08/19] net/ngbe: identify PHY and reset PHY 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/94333 _coding style issues_ WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #850: FILE: drivers/net/ngbe/base/ngbe_phy_mvl.c:79: + msleep(1); WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'? #881: FILE: drivers/net/ngbe/base/ngbe_phy_mvl.h:15: +#define MVL_CTRL_ANE MS16(12, 0x1) WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #1019: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.c:55: + msleep(1); WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'? #1052: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.h:17: +#define RTL_BMCR_ANE MS16(12, 0x1) WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #1226: FILE: drivers/net/ngbe/base/ngbe_phy_yt.c:102: + msleep(1); total: 0 errors, 5 warnings, 0 checks, 1181 lines checked