diff options
author | sos <sos@FreeBSD.org> | 2003-08-24 19:58:11 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2003-08-24 19:58:11 +0000 |
commit | a6eabded1979fe7ce075dcd651cdb95a2ad13882 (patch) | |
tree | 516bbb08e0265984005275775c17ec616b9a2964 | |
parent | 2b6657af81492b62ee89aff616cd9b7a82e1691e (diff) | |
download | FreeBSD-src-a6eabded1979fe7ce075dcd651cdb95a2ad13882.zip FreeBSD-src-a6eabded1979fe7ce075dcd651cdb95a2ad13882.tar.gz |
Sync with local version (cosmetics)
-rw-r--r-- | sys/dev/ata/ata-lowlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index af70959..d40ed23 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -318,7 +318,7 @@ ata_interrupt(void *data) /* set this transfer size according to HW capabilities */ request->transfersize = - min((request->bytecount-request->donecount), + min((request->bytecount - request->donecount), request->transfersize); /* if data write command, output the data */ |