diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-08-01 05:45:04 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-08-01 05:45:04 +0000 |
commit | 690c061598767430d8ee5fada3b2476df9f51fa9 (patch) | |
tree | df32eca0bae857f39a7e51bc3f71d30fded24bec /sys/dev/pci/if_gem_pci.c | |
parent | c9e9209793d1c0dbc0f11fdcd578dec7e0c1917b (diff) |
remove whitespace
Diffstat (limited to 'sys/dev/pci/if_gem_pci.c')
-rw-r--r-- | sys/dev/pci/if_gem_pci.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c index aee28fea552..56d41b72fa1 100644 --- a/sys/dev/pci/if_gem_pci.c +++ b/sys/dev/pci/if_gem_pci.c @@ -1,8 +1,8 @@ -/* $OpenBSD: if_gem_pci.c,v 1.15 2005/04/22 03:00:39 brad Exp $ */ +/* $OpenBSD: if_gem_pci.c,v 1.16 2005/08/01 05:45:03 brad Exp $ */ /* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */ /* - * + * * Copyright (C) 2001 Eduardo Horvath. * All rights reserved. * @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -35,7 +35,7 @@ */ #include <sys/param.h> -#include <sys/systm.h> +#include <sys/systm.h> #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> @@ -53,9 +53,9 @@ #include <netinet/if_ether.h> #endif -#if NBPFILTER > 0 +#if NBPFILTER > 0 #include <net/bpf.h> -#endif +#endif #include <machine/bus.h> #include <machine/intr.h> @@ -164,7 +164,7 @@ gem_attach_pci(parent, self, aux) if (pci_intr_map(pa, &intrhandle) != 0) { printf(": couldn't map interrupt\n"); return; /* bus_unmap ? */ - } + } intrstr = pci_intr_string(pa->pa_pc, intrhandle); gsc->gsc_ih = pci_intr_establish(pa->pa_pc, intrhandle, IPL_NET, gem_intr, sc, self->dv_xname); |