summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2009-09-09 04:04:09 +0000
committeremaste <emaste@FreeBSD.org>2009-09-09 04:04:09 +0000
commitfca0b4f6dca0ec494987b103ab2c62601fbb898c (patch)
treeaf000b1d7c97f618901bbe485503c5d081722119 /sys/dev/aac
parenta5e909d9d149c142fbeed8d7159026fe24f941ee (diff)
downloadFreeBSD-src-fca0b4f6dca0ec494987b103ab2c62601fbb898c.zip
FreeBSD-src-fca0b4f6dca0ec494987b103ab2c62601fbb898c.tar.gz
Whitespace tweak.
Submitted by: phk, via accidental commit in r196969.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index f3d931a..5c3180b 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -3556,7 +3556,7 @@ aac_supported_features(struct aac_softc *sc, caddr_t uptr)
* associated with the feature in the data field or perform whatever
* action needed indicates in the data field.
*/
- if (f.feat.fValue == 0) {
+ if (f.feat.fValue == 0) {
f.feat.fBits.largeLBA =
(sc->flags & AAC_FLAGS_LBA_64BIT) ? 1 : 0;
/* TODO: In the future, add other features state here as well */
OpenPOWER on IntegriCloud