summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib_acpi.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-31 15:02:53 +0000
committerdes <des@FreeBSD.org>2004-10-31 15:02:53 +0000
commit871722fc592554929f8b11fe1281250ed4096621 (patch)
treeaba6c8ecda7dda6ff40441677ebdf6e1fdb89966 /sys/dev/acpica/acpi_pcib_acpi.c
parentaa8963bf64c1e502beaf33343dd3d018ebe2e2d9 (diff)
downloadFreeBSD-src-871722fc592554929f8b11fe1281250ed4096621.zip
FreeBSD-src-871722fc592554929f8b11fe1281250ed4096621.tar.gz
Whitespace cleanup
Diffstat (limited to 'sys/dev/acpica/acpi_pcib_acpi.c')
-rw-r--r--sys/dev/acpica/acpi_pcib_acpi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c
index 8ec60e7..3ba2aab 100644
--- a/sys/dev/acpica/acpi_pcib_acpi.c
+++ b/sys/dev/acpica/acpi_pcib_acpi.c
@@ -73,7 +73,7 @@ static void acpi_pcib_write_config(device_t dev, int bus, int slot,
static int acpi_pcib_acpi_route_interrupt(device_t pcib,
device_t dev, int pin);
static struct resource *acpi_pcib_acpi_alloc_resource(device_t dev,
- device_t child, int type, int *rid,
+ device_t child, int type, int *rid,
u_long start, u_long end, u_long count,
u_int flags);
@@ -92,7 +92,7 @@ static device_method_t acpi_pcib_acpi_methods[] = {
DEVMETHOD(bus_alloc_resource, acpi_pcib_acpi_alloc_resource),
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
- DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
+ DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
@@ -147,7 +147,7 @@ acpi_pcib_acpi_attach(device_t dev)
* Get our base bus number by evaluating _BBN.
* If this doesn't work, we assume we're bus number 0.
*
- * XXX note that it may also not exist in the case where we are
+ * XXX note that it may also not exist in the case where we are
* meant to use a private configuration space mechanism for this bus,
* so we should dig out our resources and check to see if we have
* anything like that. How do we do this?
@@ -264,7 +264,7 @@ acpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result)
static int
acpi_pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value)
{
- struct acpi_hpcib_softc *sc = device_get_softc(dev);
+ struct acpi_hpcib_softc *sc = device_get_softc(dev);
switch (which) {
case PCIB_IVAR_BUS:
OpenPOWER on IntegriCloud