From bdfb465e5ad2909dae83415e1cb4441fa64fef61 Mon Sep 17 00:00:00 2001 From: glebius Date: Wed, 25 Sep 2019 20:46:09 +0000 Subject: [PATCH] style(9): remove extraneous empty lines --- sys/dev/firewire/if_fwip.c | 1 - sys/net/if_ethersubr.c | 1 - sys/net/if_vlan.c | 1 - 3 files changed, 3 deletions(-) diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index ed2c0cfffab6..35a58c013707 100644 --- a/sys/dev/firewire/if_fwip.c +++ b/sys/dev/firewire/if_fwip.c @@ -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; diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index c7ed1503da76..991ee0882625 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -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; /* diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 63006bbd650e..76a0f29d63c3 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -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.