style(9): remove extraneous empty lines

This commit is contained in:
Gleb Smirnoff 2019-09-25 20:46:09 +00:00
parent c55dc51c37
commit bf7700e44f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352725
3 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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;
/*

View File

@ -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.