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 A98C2A0C43; Sat, 9 Oct 2021 07:36:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3874940040; Sat, 9 Oct 2021 07:36:59 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8B9FD4003C for ; Sat, 9 Oct 2021 07:36:57 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10131"; a="207445340" X-IronPort-AV: E=Sophos;i="5.85,360,1624345200"; d="scan'208";a="207445340" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2021 22:36:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,360,1624345200"; d="scan'208";a="440863710" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 08 Oct 2021 22:36:55 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 8 Oct 2021 22:36:54 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Sat, 9 Oct 2021 13:36:53 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Sat, 9 Oct 2021 13:36:53 +0800 From: "Zhang, Qi Z" To: "Zhang, RobinX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Yigit, Ferruh" Thread-Topic: [PATCH v6 10/17] net/i40e/base: fix headers to match functions Thread-Index: AQHXvLCnzvuCeNvFQk2E4r65FYwtlqvKJOJg Date: Sat, 9 Oct 2021 05:36:53 +0000 Message-ID: <54a640ceaacb467888ff118592fa299b@intel.com> References: <20210618063851.3694702-1-robinx.zhang@intel.com> <20211009013956.70937-1-robinx.zhang@intel.com> <20211009013956.70937-11-robinx.zhang@intel.com> In-Reply-To: <20211009013956.70937-11-robinx.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 10/17] net/i40e/base: fix headers to match functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhang, RobinX > Sent: Saturday, October 9, 2021 9:40 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Zhang, Helin ; Wu, Jingjing ; > remy.horton@intel.com; jijiang.liu@intel.com; jing.d.chen@intel.com; Lian= g, > Cunming ; Lu, Wenzhuo ; > Guo, Junfeng ; Yang, SteveX > ; Zhang, RobinX ; > stable@dpdk.org; Brandeburg, Jesse > Subject: [PATCH v6 10/17] net/i40e/base: fix headers to match functions >=20 fix headers to match functions > Fix several kernel-doc warnings when building with W=3D1. These changes a= re > only to comments. "Fix mismatched function name in comments" This is an obvious fix, no need to involve unrelated background. >=20 > Fixes: 8db9e2a1b232 ("i40e: base driver") > Fixes: 842ea1996335 ("i40e/base: save link module type") > Fixes: fd72a2284a89 ("i40e/base: support LED blinking with new PHY") > Fixes: 788fc17b2dec ("i40e/base: support proxy config for X722") > Cc: stable@dpdk.org >=20 > Signed-off-by: Jesse Brandeburg > Signed-off-by: Robin Zhang > --- > drivers/net/i40e/base/i40e_common.c | 10 +++++----- > drivers/net/i40e/base/i40e_dcb.c | 2 +- > drivers/net/i40e/base/i40e_lan_hmc.c | 2 +- > drivers/net/i40e/base/i40e_nvm.c | 2 +- > 4 files changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/drivers/net/i40e/base/i40e_common.c > b/drivers/net/i40e/base/i40e_common.c > index 2ca6a13e79..baa51e1396 100644 > --- a/drivers/net/i40e/base/i40e_common.c > +++ b/drivers/net/i40e/base/i40e_common.c > @@ -2677,7 +2677,7 @@ enum i40e_status_code > i40e_aq_set_vsi_vlan_promisc(struct i40e_hw *hw, } >=20 > /** > - * i40e_get_vsi_params - get VSI configuration info > + * i40e_aq_get_vsi_params - get VSI configuration info > * @hw: pointer to the hw struct > * @vsi_ctx: pointer to a vsi context struct > * @cmd_details: pointer to command details structure or NULL @@ -2938,7 > +2938,7 @@ enum i40e_status_code i40e_get_link_status(struct i40e_hw > *hw, bool *link_up) } >=20 > /** > - * i40e_updatelink_status - update status of the HW network link > + * i40e_update_link_info - update status of the HW network link > * @hw: pointer to the hw struct > **/ > enum i40e_status_code i40e_update_link_info(struct i40e_hw *hw) @@ > -4830,7 +4830,7 @@ enum i40e_status_code i40e_aq_del_udp_tunnel(struct > i40e_hw *hw, u8 index, } >=20 > /** > - * i40e_aq_get_switch_resource_alloc (0x0204) > + * i40e_aq_get_switch_resource_alloc - command (0x0204) to get > + allocations > * @hw: pointer to the hw struct > * @num_entries: pointer to u8 to store the number of resource entries > returned > * @buf: pointer to a user supplied buffer. This buffer must be large e= nough > @@ -6977,7 +6977,7 @@ u8 i40e_get_phy_address(struct i40e_hw *hw, u8 > dev_num) } >=20 > /** > - * i40e_blink_phy_led > + * i40e_blink_phy_link_led > * @hw: pointer to the HW structure > * @time: time how long led will blinks in secs > * @interval: gap between LED on and off in msecs @@ -7824,7 +7824,7 > @@ enum i40e_status_code i40e_aq_set_arp_proxy_config(struct i40e_hw > *hw, } >=20 > /** > - * i40e_aq_opc_set_ns_proxy_table_entry > + * i40e_aq_set_ns_proxy_table_entry > * @hw: pointer to the HW structure > * @ns_proxy_table_entry: pointer to NS table entry command struct > * @cmd_details: pointer to command details diff --git > a/drivers/net/i40e/base/i40e_dcb.c b/drivers/net/i40e/base/i40e_dcb.c > index 27b52bc365..8f9b7e823f 100644 > --- a/drivers/net/i40e/base/i40e_dcb.c > +++ b/drivers/net/i40e/base/i40e_dcb.c > @@ -235,7 +235,7 @@ static void i40e_parse_ieee_app_tlv(struct > i40e_lldp_org_tlv *tlv, } >=20 > /** > - * i40e_parse_ieee_etsrec_tlv > + * i40e_parse_ieee_tlv > * @tlv: IEEE 802.1Qaz TLV > * @dcbcfg: Local store to update ETS REC data > * > diff --git a/drivers/net/i40e/base/i40e_lan_hmc.c > b/drivers/net/i40e/base/i40e_lan_hmc.c > index d3969396f0..d3bd683ff3 100644 > --- a/drivers/net/i40e/base/i40e_lan_hmc.c > +++ b/drivers/net/i40e/base/i40e_lan_hmc.c > @@ -516,7 +516,7 @@ enum i40e_status_code > i40e_configure_lan_hmc(struct i40e_hw *hw, } >=20 > /** > - * i40e_delete_hmc_object - remove hmc objects > + * i40e_delete_lan_hmc_object - remove hmc objects > * @hw: pointer to the HW structure > * @info: pointer to i40e_hmc_delete_obj_info struct > * > diff --git a/drivers/net/i40e/base/i40e_nvm.c > b/drivers/net/i40e/base/i40e_nvm.c > index 561ed21136..67e58cc195 100644 > --- a/drivers/net/i40e/base/i40e_nvm.c > +++ b/drivers/net/i40e/base/i40e_nvm.c > @@ -7,7 +7,7 @@ > #include "i40e_prototype.h" >=20 > /** > - * i40e_init_nvm_ops - Initialize NVM function pointers > + * i40e_init_nvm - Initialize NVM function pointers > * @hw: pointer to the HW structure > * > * Setup the function pointers and the NVM info structure. Should be cal= led > -- > 2.25.1