From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Zaiyu Wang <zaiyuwang@trustnetic.com>
Subject: |WARNING| pw154714 [PATCH v2 14/15] net/txgbe: add other hardware-related changes
Date: Wed, 25 Jun 2025 14:52:26 +0200 (CEST) [thread overview]
Message-ID: <20250625125226.5B8BE1252CF@dpdk.org> (raw)
In-Reply-To: <20250625125047.18072-15-zaiyuwang@trustnetic.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154714
_coding style issues_
WARNING:TYPO_SPELLING: 'Lite' may be misspelled - perhaps 'Light'?
#75:
Add other hardware-related changes for Amber-Lite NICs, such as PF
WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#127: FILE: drivers/net/txgbe/base/txgbe_hw.c:2237:
+ msleep(1);
WARNING:TYPO_SPELLING: 'THRE' may be misspelled - perhaps 'THREE'?
#183: FILE: drivers/net/txgbe/base/txgbe_hw.c:2298:
+ wr32m(hw, TXGBE_AML_TS_CTL1, TXGBE_AML_ALARM_THRE_MASK, 0x186a0000);
WARNING:TYPO_SPELLING: 'THRE' may be misspelled - perhaps 'THREE'?
#184: FILE: drivers/net/txgbe/base/txgbe_hw.c:2299:
+ wr32m(hw, TXGBE_AML_TS_CTL1, TXGBE_AML_DALARM_THRE_MASK, 0x16f60);
WARNING:TYPO_SPELLING: 'THRE' may be misspelled - perhaps 'THREE'?
#380: FILE: drivers/net/txgbe/base/txgbe_type.h:64:
+#define TXGBE_AML_ALARM_THRE_MASK 0x1FFE0000U
WARNING:TYPO_SPELLING: 'THRE' may be misspelled - perhaps 'THREE'?
#381: FILE: drivers/net/txgbe/base/txgbe_type.h:65:
+#define TXGBE_AML_DALARM_THRE_MASK 0x0001FFE0U
total: 0 errors, 6 warnings, 0 checks, 370 lines checked
parent reply other threads:[~2025-06-25 12:53 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250625125047.18072-15-zaiyuwang@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=20250625125226.5B8BE1252CF@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=zaiyuwang@trustnetic.com \
/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).