mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
This commit is contained in:
@@ -108,4 +108,3 @@ int netdev_carrier_off(FAR struct net_driver_s *dev)
|
||||
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
@@ -75,4 +75,3 @@ int netdev_count(void)
|
||||
net_unlock();
|
||||
return ndev;
|
||||
}
|
||||
|
||||
|
||||
@@ -99,4 +99,3 @@ FAR struct net_driver_s *netdev_default(void)
|
||||
net_unlock();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
@@ -343,4 +343,3 @@ FAR struct net_driver_s *netdev_findby_ripv6addr(const net_ipv6addr_t lipaddr,
|
||||
return netdev_default();
|
||||
}
|
||||
#endif /* CONFIG_NET_IPv6 */
|
||||
|
||||
|
||||
@@ -174,4 +174,3 @@ int netdev_nextindex(int ifindex)
|
||||
return -ENODEV;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -87,4 +87,3 @@ FAR struct net_driver_s *netdev_findbyname(FAR const char *ifname)
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
@@ -96,4 +96,3 @@ int netdev_foreach(netdev_callback_t callback, FAR void *arg)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
@@ -1797,4 +1797,3 @@ void netdev_ifdown(FAR struct net_driver_s *dev)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -145,4 +145,3 @@ void netdev_txnotify_dev(FAR struct net_driver_s *dev)
|
||||
dev->d_txavail(dev);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -182,4 +182,3 @@ int netdev_unregister(FAR struct net_driver_s *dev)
|
||||
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user