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:
Malcolm Prinn 2017-01-24 15:25:37 +00:00 committed by Jukka Rissanen
commit 755c4a6f7a

View file

@ -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;
}