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 1446A46084 for ; Tue, 14 Jan 2025 11:14:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 011D040672; Tue, 14 Jan 2025 11:14:28 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E0E1C4060F for ; Tue, 14 Jan 2025 11:14:26 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D20A4121F12; Tue, 14 Jan 2025 11:13:42 +0100 (CET) Subject: |WARNING| pw150071 [PATCH 04/10] net/ixgbe/base: Add PTP by PHY feature for E610 In-Reply-To: <20250114101024.159941-5-yuanx.wang@intel.com> References: <20250114101024.159941-5-yuanx.wang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yuan Wang Message-Id: <20250114101342.D20A4121F12@dpdk.org> Date: Tue, 14 Jan 2025 11:13:42 +0100 (CET) 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 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: #233: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1110: + __le16 maxDriftThreshold; CHECK:CAMELCASE: Avoid CamelCase: #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