diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-04-19 23:32:16 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-04-19 23:32:16 +0000 |
commit | 1162ec655ce9c2cde1f9437d1a315b758a520348 (patch) | |
tree | 0676fb1b81ab76848fe4e677e5f5ab1ad0d34f51 /sys/net | |
parent | 6d2f1ab40f2fa8813b579aeea7a0d7dd97e47a12 (diff) |
tabs, not spaces
no functional change
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_vlan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index d9eaf106399..7171ca5d8ea 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.163 2016/04/19 23:31:32 dlg Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.164 2016/04/19 23:32:15 dlg Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -287,7 +287,7 @@ vlan_start(struct ifnet *ifp) m->m_flags |= M_VLANTAG; } else { m = vlan_inject(m, ifv->ifv_type, ifv->ifv_tag | - (prio << EVL_PRIO_BITS)); + (prio << EVL_PRIO_BITS)); if (m == NULL) { ifp->if_oerrors++; continue; @@ -420,7 +420,7 @@ vlan_parent_up(struct ifvlan *ifv, struct ifnet *ifp0) return (error); } - /* Register callback for physical link state changes */ + /* Register callback for physical link state changes */ ifv->lh_cookie = hook_establish(ifp0->if_linkstatehooks, 1, vlan_link_hook, ifv); |