* |WARNING| pw150071 [PATCH 04/10] net/ixgbe/base: Add PTP by PHY feature for E610
[not found] <20250114101024.159941-5-yuanx.wang@intel.com>
@ 2025-01-14 10:13 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-01-14 10:13 UTC (permalink / raw)
To: test-report; +Cc: Yuan Wang
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
^ permalink raw reply [flat|nested] only message in thread