From f0a8d5cb6cbfb170f21607e677f8c796bce09c71 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 7 May 2002 18:11:55 +0000 Subject: [PATCH] Minor style nit --- sys/net/if_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 90bcc033f77e..534bd4445241 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -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); }