summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-10-01 05:14:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-10-01 05:14:11 +0000
commit047909b974da8c7b6e5b9820f09fe835562f5c06 (patch)
tree0a9b3f9cddfc8d8e54eba9d53364eb9e4af02f97
parentd90e891a92aa8add7b82f48b1c3c2e15eb47a67d (diff)
fix indentation
-rw-r--r--sys/arch/sparc64/dev/pyro.c4
-rw-r--r--sys/net/if_ethersubr.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/pyro.c b/sys/arch/sparc64/dev/pyro.c
index 96e66b029e4..21381b0f442 100644
--- a/sys/arch/sparc64/dev/pyro.c
+++ b/sys/arch/sparc64/dev/pyro.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pyro.c,v 1.35 2020/06/24 00:40:53 dlg Exp $ */
+/* $OpenBSD: pyro.c,v 1.36 2020/10/01 05:14:10 jsg Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -842,7 +842,7 @@ pyro_msi_eq_intr(void *arg)
if (msg->mm_type == 0)
break;
- msg->mm_type = 0;
+ msg->mm_type = 0;
msinum = msg->mm_data;
ih = pbm->pp_msi[msinum];
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 964e27f313b..36935b16db5 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ethersubr.c,v 1.266 2020/07/22 02:16:01 dlg Exp $ */
+/* $OpenBSD: if_ethersubr.c,v 1.267 2020/10/01 05:14:10 jsg Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */
/*
@@ -392,7 +392,7 @@ ether_input(struct ifnet *ifp, struct mbuf *m)
* bridge can have a go at forwarding them.
*/
- eh = mtod(m, struct ether_header *);
+ eh = mtod(m, struct ether_header *);
etype = ntohs(eh->ether_type);
if (ISSET(m->m_flags, M_VLANTAG) ||