From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] bond: fix doxygen Date: Mon, 24 Nov 2014 22:24:56 +0100 Message-ID: <1416864296-21518-1-git-send-email-thomas.monjalon@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" There is no parameter delay_ms in *_delay_get functions. Signed-off-by: Thomas Monjalon --- lib/librte_pmd_bond/rte_eth_bond.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_pmd_bond/rte_eth_bond.h b/lib/librte_pmd_bond/rte_eth_bond.h index 2ed4f7c..085500b 100644 --- a/lib/librte_pmd_bond/rte_eth_bond.h +++ b/lib/librte_pmd_bond/rte_eth_bond.h @@ -294,7 +294,6 @@ rte_eth_bond_link_down_prop_delay_set(uint8_t bonded_port_id, uint32_t delay_ms) * link when the link down status has been detected * * @param bonded_port_id Port ID of bonded device. - * @param delay_ms Delay period in milliseconds. * * @return * Delay period on success, negative value otherwise. @@ -320,7 +319,6 @@ rte_eth_bond_link_up_prop_delay_set(uint8_t bonded_port_id, uint32_t delay_ms); * link when the link up status has been detected * * @param bonded_port_id Port ID of bonded device. - * @param delay_ms Delay period in milliseconds. * * @return * Delay period on success, negative value otherwise. -- 2.1.3