summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2019-09-25 20:46:09 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2019-09-25 20:46:09 +0000
commitbf7700e44f321f0281b271307b016acf2398f30f (patch)
treeda20af94dfde29808f6e7dd166b2e4e6aad84941
parentc55dc51c370470341a3009a468d94053480dc9b3 (diff)
Notes
-rw-r--r--sys/dev/firewire/if_fwip.c1
-rw-r--r--sys/net/if_ethersubr.c1
-rw-r--r--sys/net/if_vlan.c1
3 files changed, 0 insertions, 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.