aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2010-04-13 00:33:07 +0000
committerEd Maste <emaste@FreeBSD.org>2010-04-13 00:33:07 +0000
commit94c0fd90f293dc65b7a117decd40425b7b3878c6 (patch)
tree507f770fd7ea8ac4579307dadbc7994926980993 /sys/dev/aac/aac_pci.c
parent53a1359ec13b4d13af2a90b56d725a708ea99f38 (diff)
downloadsrc-94c0fd90f293dc65b7a117decd40425b7b3878c6.tar.gz
src-94c0fd90f293dc65b7a117decd40425b7b3878c6.zip
Whitespace cleanup, in advance of next sync with Adaptec's driver. No
functional change.
Notes
Notes: svn path=/head/; revision=206534
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index bc993791f8ba..94ae21693a3e 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -353,7 +353,7 @@ aac_pci_attach(device_t dev)
/* assume failure is 'not configured' */
error = ENXIO;
- /*
+ /*
* Verify that the adapter is correctly set up in PCI space.
*/
command = pci_read_config(sc->aac_dev, PCIR_COMMAND, 2);
@@ -401,7 +401,7 @@ aac_pci_attach(device_t dev)
/*
* Allocate the parent bus DMA tag appropriate for our PCI interface.
- *
+ *
* Note that some of these controllers are 64-bit capable.
*/
if (bus_dma_tag_create(NULL, /* parent */
@@ -419,7 +419,7 @@ aac_pci_attach(device_t dev)
goto out;
}
- /*
+ /*
* Detect the hardware interface version, set up the bus interface
* indirection.
*/