From 662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 21:19:14 +0000 Subject: net: clean up empty lines in .c and .h files --- sys/net/ifq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net/ifq.h') diff --git a/sys/net/ifq.h b/sys/net/ifq.h index bffb80c36228..40e41ddfa0fd 100644 --- a/sys/net/ifq.h +++ b/sys/net/ifq.h @@ -420,7 +420,6 @@ drbr_advance(struct ifnet *ifp, struct buf_ring *br) return (buf_ring_advance_sc(br)); } - static __inline struct mbuf * drbr_dequeue_cond(struct ifnet *ifp, struct buf_ring *br, int (*func) (struct mbuf *, void *), void *arg) -- cgit v1.2.3