diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2006-09-29 19:31:24 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2006-09-29 19:31:24 +0000 |
commit | b5bda7b5f4907a3fb96ec778992b94852d2fc4d1 (patch) | |
tree | cd557ee4fba443dc42161f30cdad486f16732c5d /sys/arch/i386/pci/geodesc.c | |
parent | 100a6e8e41a53ff7d9bfacfd39859af19409f8b4 (diff) |
kill trailing some spaces
Diffstat (limited to 'sys/arch/i386/pci/geodesc.c')
-rw-r--r-- | sys/arch/i386/pci/geodesc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/geodesc.c b/sys/arch/i386/pci/geodesc.c index a20d148e43b..a38dc38624d 100644 --- a/sys/arch/i386/pci/geodesc.c +++ b/sys/arch/i386/pci/geodesc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: geodesc.c,v 1.5 2006/02/01 13:08:12 mickey Exp $ */ +/* $OpenBSD: geodesc.c,v 1.6 2006/09/29 19:31:23 mpf Exp $ */ /* * Copyright (c) 2003 Markus Friedl <markus@openbsd.org> @@ -122,7 +122,7 @@ geodesc_attach(struct device *parent, struct device *self, void *aux) bus_space_write_4(sc->sc_iot, sc->sc_ioh, GCB_TSCNFG, TSC_ENABLE); /* Hook into the kern_tc */ geodesc_timecounter.tc_priv = sc; - tc_init(&geodesc_timecounter); + tc_init(&geodesc_timecounter); #endif /* __HAVE_TIMECOUNTER */ } |