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:
parent
a698e84a76
commit
5c086deccd
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue