summaryrefslogtreecommitdiff
path: root/sys/dev/ips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-08-17 22:50:33 +0000
committerWarner Losh <imp@FreeBSD.org>2006-08-17 22:50:33 +0000
commit1a3c917f9d8daf9ad673c264a2e0fe0025109d0e (patch)
treeebf398010668cc2bb542a2cd863c39769afc3743 /sys/dev/ips
parentc487be961ac92a1af881053925347aa2575e6490 (diff)
Notes
Diffstat (limited to 'sys/dev/ips')
-rw-r--r--sys/dev/ips/ips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h
index 4df3f2d59f81..1b32164d9065 100644
--- a/sys/dev/ips/ips.h
+++ b/sys/dev/ips/ips.h
@@ -74,7 +74,7 @@ MALLOC_DECLARE(M_IPSBUF);
#define ips_set_error(command, error) do { \
(command)->status.fields.basic_status = IPS_DRV_ERROR; \
(command)->status.fields.reserved = ((error) & 0x0f); \
-} while (0);
+} while (0)
#ifndef IPS_DEBUG
#define DEVICE_PRINTF(x...)