net: iface: Fix typo in net_if_down
Change-Id: I36a7292a3a176f32239332a7e91308e280da9cae Signed-off-by: Malcolm Prinn <malcolm.prinn@intel.com>
This commit is contained in:
parent
6e6281af96
commit
755c4a6f7a
1 changed files with 1 additions and 1 deletions
|
@ -1376,7 +1376,7 @@ int net_if_down(struct net_if *iface)
|
|||
|
||||
NET_DBG("iface %p", iface);
|
||||
|
||||
/* If the L2 does not support enable just set the flag */
|
||||
/* If the L2 does not support enable just clear the flag */
|
||||
if (!iface->l2->enable) {
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue