summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aac.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2004-03-20 21:16:55 +0000
committerchristos <christos@NetBSD.org>2004-03-20 21:16:55 +0000
commite4b3e03b4c853bf706f8fe5c03e4e76c893b8d38 (patch)
treeedb4d4825dc71c40160a46b603fe656248e4bbc8 /sys/dev/ic/aac.c
parent64022a06e17c8030b247b54fc81380028dc56aaa (diff)
Remove extraneous ; from OpenBSD.
Diffstat (limited to 'sys/dev/ic/aac.c')
-rw-r--r--sys/dev/ic/aac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c
index 91f5223b68b..55715afe567 100644
--- a/sys/dev/ic/aac.c
+++ b/sys/dev/ic/aac.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aac.c,v 1.10 2003/12/09 20:12:14 ad Exp $ */
+/* $NetBSD: aac.c,v 1.11 2004/03/20 21:16:55 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.10 2003/12/09 20:12:14 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.11 2004/03/20 21:16:55 christos Exp $");
#include "locators.h"
@@ -897,7 +897,7 @@ aac_sync_command(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
/* Spin waiting for the command to complete. */
for (i = 0; i < AAC_IMMEDIATE_TIMEOUT * 1000; i++) {
- if (AAC_GET_ISTATUS(sc) & AAC_DB_SYNC_COMMAND);
+ if (AAC_GET_ISTATUS(sc) & AAC_DB_SYNC_COMMAND)
break;
DELAY(1000);
}