summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib_pci.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-12-27 05:36:47 +0000
committernjl <njl@FreeBSD.org>2004-12-27 05:36:47 +0000
commit827b2021838ca12085b1848d239ceebbae0298b0 (patch)
treec28a270497b4149183f83826edab6465132da4ef /sys/dev/acpica/acpi_pcib_pci.c
parent1e5940b06a89b0dc41a9d449ec503d39d159ef33 (diff)
downloadFreeBSD-src-827b2021838ca12085b1848d239ceebbae0298b0.zip
FreeBSD-src-827b2021838ca12085b1848d239ceebbae0298b0.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/dev/acpica/acpi_pcib_pci.c')
-rw-r--r--sys/dev/acpica/acpi_pcib_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_pcib_pci.c b/sys/dev/acpica/acpi_pcib_pci.c
index a4c587f..35c3f3d 100644
--- a/sys/dev/acpica/acpi_pcib_pci.c
+++ b/sys/dev/acpica/acpi_pcib_pci.c
@@ -55,12 +55,12 @@ struct acpi_pcib_softc {
ACPI_HANDLE ap_handle;
ACPI_BUFFER ap_prt; /* interrupt routing table */
};
-
+
struct acpi_pcib_lookup_info {
UINT32 address;
ACPI_HANDLE handle;
};
-
+
static int acpi_pcib_pci_probe(device_t bus);
static int acpi_pcib_pci_attach(device_t bus);
static int acpi_pcib_pci_resume(device_t bus);
OpenPOWER on IntegriCloud