summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-08-15 01:22:07 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-08-15 01:22:07 +0000
commit8443623c5a6331ca6df46ea6d587e3373cc5cb8f (patch)
treef5f92cc0fe1503aa71fd87bc51e0d027e26aee06 /sys/dev/pci
parent7cfa94ff6fba10f979ab37fc414f83edc656b2ac (diff)
white space fixes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_nxe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_nxe.c b/sys/dev/pci/if_nxe.c
index 5deb75bbd0b..f1266fc2940 100644
--- a/sys/dev/pci/if_nxe.c
+++ b/sys/dev/pci/if_nxe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_nxe.c,v 1.19 2007/08/15 01:21:03 dlg Exp $ */
+/* $OpenBSD: if_nxe.c,v 1.20 2007/08/15 01:22:06 dlg Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -752,7 +752,7 @@ nxe_board_info(struct nxe_softc *sc)
printf(": unable to read board info\n");
goto out;
}
-
+
if (ni->ni_hdrver != NXE_INFO_HDRVER_1) {
printf(": unexpected board info header version 0x%08x\n",
ni->ni_hdrver);
@@ -853,7 +853,6 @@ nxe_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
return (1);
}
-
int
nxe_crb_set(struct nxe_softc *sc, int window)
{