diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index e9a2ace0aee2..0faf84eba147 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -310,9 +310,7 @@ gre_mobile_input(struct mbuf *m, int hlen) * in_gre.c during destroy. */ static struct gre_softc * -gre_lookup(m, proto) - struct mbuf *m; - u_int8_t proto; +gre_lookup(struct mbuf *m, u_int8_t proto) { struct ip *ip = mtod(m, struct ip *); struct gre_softc *sc;