style(9): remove extraneous empty lines
This commit is contained in:
parent
c55dc51c37
commit
bf7700e44f
@ -717,7 +717,6 @@ fwip_stream_input(struct fw_xferq *xferq)
|
||||
uint16_t src;
|
||||
uint32_t *p;
|
||||
|
||||
|
||||
fwip = (struct fwip_softc *)xferq->sc;
|
||||
ifp = fwip->fw_softc.fwip_ifp;
|
||||
|
||||
|
@ -800,7 +800,6 @@ VNET_SYSUNINIT(vnet_ether_uninit, SI_SUB_PROTO_IF, SI_ORDER_ANY,
|
||||
static void
|
||||
ether_input(struct ifnet *ifp, struct mbuf *m)
|
||||
{
|
||||
|
||||
struct mbuf *mn;
|
||||
|
||||
/*
|
||||
|
@ -247,7 +247,6 @@ static struct sx _VLAN_SX_ID;
|
||||
#define VLAN_XLOCK_ASSERT() sx_assert(&_VLAN_SX_ID, SA_XLOCKED)
|
||||
#define VLAN_SXLOCK_ASSERT() sx_assert(&_VLAN_SX_ID, SA_LOCKED)
|
||||
|
||||
|
||||
/*
|
||||
* We also have a per-trunk mutex that should be acquired when changing
|
||||
* its state.
|
||||
|
Loading…
Reference in New Issue
Block a user