Update TODO; Cosmetic changes to comments

This commit is contained in:
Gregory Nutt
2014-11-17 15:34:50 -06:00
parent 2275045b26
commit 8b2b7afdae
3 changed files with 40 additions and 12 deletions
+2 -1
View File
@@ -166,7 +166,7 @@ FAR struct net_driver_s *netdev_findbyaddr(const net_ipaddr_t addr)
/* No.. The address lies on an external network */
#ifdef CONFIG_NET_ROUTE
/* If we have a routing table, then perhaps we can find the the local
/* If we have a routing table, then perhaps we can find the local
* address of a router that can forward packets to the external network.
*/
@@ -202,6 +202,7 @@ FAR struct net_driver_s *netdev_findbyaddr(const net_ipaddr_t addr)
{
dev = g_netdevices;
}
netdev_semgive();
/* If we will did not find the network device, then we might as well fail