Some trivial, cosmetic changes from review of last PR.

This commit is contained in:
Gregory Nutt 2018-04-20 06:57:00 -06:00
parent b29e7a37b2
commit fec79394f3

View File

@ -671,10 +671,8 @@ static void tun_net_receive_tap(FAR struct tun_device_s *priv)
if (ret == OK)
{
if (priv->dev.d_len > 0)
{
/* Update the Ethernet header with the correct MAC address */
#ifdef CONFIG_NET_IPv4