doc: fix doxygen error in ethernet.h

Doxygen comments for net_eth_promisc_mode parameters were incorrect

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-07-24 11:52:34 -07:00 committed by Anas Nashif
commit 5c086deccd

View file

@ -478,7 +478,9 @@ void net_eth_carrier_off(struct net_if *iface);
*
* @param iface Network interface
*
* @param 0 if mode set or unset was successful, <0 otherwise.
* @param enable on (true) or off (false)
*
* @return 0 if mode set or unset was successful, <0 otherwise.
*/
int net_eth_promisc_mode(struct net_if *iface, bool enable);