Minor style nit

This commit is contained in:
Warner Losh 2002-05-07 18:11:55 +00:00
parent d87fc9ac63
commit f0a8d5cb6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96173

View File

@ -307,7 +307,7 @@ if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust)
_IF_ENQUEUE(ifq, m);
IF_UNLOCK(ifq);
if (ifp != NULL && !active)
(*ifp->if_start)(ifp);
(*ifp->if_start)(ifp);
return (1);
}