From bcebaec6ce7a11a7fcc2189a74642481645ff24f Mon Sep 17 00:00:00 2001 From: Søren Schmidt Date: Sun, 24 Aug 2003 19:58:11 +0000 Subject: Sync with local version (cosmetics) --- sys/dev/ata/ata-lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index af70959e6aff2..d40ed23d7bd6f 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 */ -- cgit v1.3