From: Thomas Monjalon Date: Mon, 24 Nov 2014 21:16:44 +0000 (+0100) Subject: bond: fix doxygen X-Git-Tag: spdx-start~10092 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4722d7b4463dce19cda71f5d292d5ea75e6ac9f6;hp=a21d5a4be48939272e7bb204c08bcefc89d4cefa;p=dpdk.git bond: fix doxygen There is no parameter delay_ms in *_delay_get functions. Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_pmd_bond/rte_eth_bond.h b/lib/librte_pmd_bond/rte_eth_bond.h index 2ed4f7c05e..085500b425 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.