minor style fix.

This commit is contained in:
Jonathan Lemon 2001-12-14 19:28:06 +00:00
parent 90d83886e1
commit 64b15424e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87912
2 changed files with 2 additions and 1 deletions

View File

@ -209,5 +209,5 @@ discioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
default:
error = EINVAL;
}
return error;
return (error);
}

View File

@ -490,6 +490,7 @@ ether_demux(ifp, eh, m)
#if defined(NETATALK)
register struct llc *l;
#endif
if (! (BDG_ACTIVE(ifp) ) )
/* Discard packet if upper layers shouldn't see it because it was
unicast to a different Ethernet address. If the driver is working