summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-lowlevel.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-03-06 10:17:30 +0000
committernjl <njl@FreeBSD.org>2005-03-06 10:17:30 +0000
commit471bba60d9b19038b5c6ffb36c2cf3c12324933c (patch)
treebc15f8fa51075a818bc43b58803e766f730f45c1 /sys/dev/ata/ata-lowlevel.c
parenta424dc9347b4199bfc24854e05adef230b855449 (diff)
downloadFreeBSD-src-471bba60d9b19038b5c6ffb36c2cf3c12324933c.zip
FreeBSD-src-471bba60d9b19038b5c6ffb36c2cf3c12324933c.tar.gz
Whitespace nit. Clarifies which body this line belongs to.
Diffstat (limited to 'sys/dev/ata/ata-lowlevel.c')
-rw-r--r--sys/dev/ata/ata-lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c
index 4dea2d6..aec3b05 100644
--- a/sys/dev/ata/ata-lowlevel.c
+++ b/sys/dev/ata/ata-lowlevel.c
@@ -324,7 +324,7 @@ ata_end_transaction(struct ata_request *request)
ata_pio_read(request, request->transfersize);
/* update how far we've gotten */
- request->donecount += request->transfersize;
+ request->donecount += request->transfersize;
/* do we need a scoop more ? */
if (request->bytecount > request->donecount) {
OpenPOWER on IntegriCloud