From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Yuan Wang <yuanx.wang@intel.com>
Subject: |WARNING| pw150071 [PATCH 04/10] net/ixgbe/base: Add PTP by PHY feature for E610
Date: Tue, 14 Jan 2025 11:13:42 +0100 (CET) [thread overview]
Message-ID: <20250114101342.D20A4121F12@dpdk.org> (raw)
In-Reply-To: <20250114101024.159941-5-yuanx.wang@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/150071
_coding style issues_
WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#72:
Add "Set PTP by PHY" (0x0634) ACI command.
WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#96: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:750:
+ case IXGBE_ACI_CAPS_PTP_BY_PHY:
WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#114: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1811:
+ * Set PTP by PHY using ACI command (0x0634).
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#120: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1817:
+ struct ixgbe_aci_cmd_set_ptp_by_phy *cmd;
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#121: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1818:
+ struct ixgbe_aci_desc desc;
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#123: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1820:
+ ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_set_ptp_by_phy);
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#128: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1825:
+ return ixgbe_aci_send_cmd(hw, &desc, NULL, 0);
WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#137: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1834:
+ * Get PTP by PHY using ACI command (0x0635).
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#143: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1840:
+ struct ixgbe_aci_cmd_get_ptp_by_phy_resp *resp;
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#144: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1841:
+ struct ixgbe_aci_desc desc;
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#147: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1844:
+ ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_get_ptp_by_phy);
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#150: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1847:
+ status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0);
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#184: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:472:
+ ixgbe_aci_opc_set_ptp_by_phy = 0x0634,
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#185: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:473:
+ ixgbe_aci_opc_get_ptp_by_phy = 0x0635,
WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#193: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:702:
+#define IXGBE_ACI_CAPS_PTP_BY_PHY 0x0097
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#202: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1079:
+struct ixgbe_aci_cmd_set_ptp_by_phy {
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#218: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1095:
+IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_set_ptp_by_phy);
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#221: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1098:
+struct ixgbe_aci_cmd_get_ptp_by_phy_resp {
CHECK:CAMELCASE: Avoid CamelCase: <maxDriftThreshold>
#233: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1110:
+ __le16 maxDriftThreshold;
CHECK:CAMELCASE: Avoid CamelCase: <minDriftThreshold>
#234: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1111:
+ __le16 minDriftThreshold;
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#238: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1115:
+IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_ptp_by_phy_resp);
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#247: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1906:
+ struct ixgbe_aci_cmd_set_ptp_by_phy set_ptp_by_phy;
WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#248: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1907:
+ struct ixgbe_aci_cmd_get_ptp_by_phy_resp get_ptp_by_phy_resp;
total: 0 errors, 21 warnings, 2 checks, 163 lines checked
parent reply other threads:[~2025-01-14 10:14 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250114101024.159941-5-yuanx.wang@intel.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=20250114101342.D20A4121F12@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=yuanx.wang@intel.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).