Date: Wed, 9 Sep 2009 04:04:09 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r197016 - head/sys/dev/aac Message-ID: <200909090404.n894498B072009@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Wed Sep 9 04:04:09 2009 New Revision: 197016 URL: http://svn.freebsd.org/changeset/base/197016 Log: Whitespace tweak. Submitted by: phk, via accidental commit in r196969. Modified: head/sys/dev/aac/aac.c Modified: head/sys/dev/aac/aac.c ============================================================================== --- head/sys/dev/aac/aac.c Wed Sep 9 03:59:46 2009 (r197015) +++ head/sys/dev/aac/aac.c Wed Sep 9 04:04:09 2009 (r197016) @@ -3556,7 +3556,7 @@ aac_supported_features(struct aac_softc * 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909090404.n894498B072009>