automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Jiawen Wu <jiawenwu@trustnetic.com>
Subject: |WARNING| pw107113 [PATCH v2 06/12] net/ngbe: add support to custom PHY interfaces
Date: Wed,  9 Feb 2022 11:37:00 +0100 (CET)	[thread overview]
Message-ID: <20220209103700.8A1AE120715@dpdk.org> (raw)
In-Reply-To: <20220209104213.602728-7-jiawenwu@trustnetic.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/107113

_coding style issues_


WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#405: FILE: drivers/net/ngbe/base/ngbe_phy_mvl.c:213:
+	value = MVL_CTRL_RESTART_AN | MVL_CTRL_ANE | MVL_CTRL_RESET;

WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#529: FILE: drivers/net/ngbe/base/ngbe_phy_yt.c:203:
+		value |= YT_BCR_RESET | YT_BCR_ANE | YT_BCR_RESTART_AN;

WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#657: FILE: drivers/net/ngbe/base/ngbe_phy_yt.c:346:
+			msleep(1);

WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#670: FILE: drivers/net/ngbe/base/ngbe_phy_yt.c:359:
+			msleep(1);

WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#707: FILE: drivers/net/ngbe/base/ngbe_phy_yt.h:38:
+#define   YT_BCR_ANE			MS16(12, 0x1)

total: 0 errors, 5 warnings, 0 checks, 647 lines checked

           reply	other threads:[~2022-02-09 10:37 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20220209104213.602728-7-jiawenwu@trustnetic.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220209103700.8A1AE120715@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jiawenwu@trustnetic.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).