summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-17 22:50:33 +0000
committerimp <imp@FreeBSD.org>2006-08-17 22:50:33 +0000
commitdb85f415fa8cd00a377c51e17e5449cbbfe54f2d (patch)
treeebf398010668cc2bb542a2cd863c39769afc3743 /sys/dev/ips
parentff9e3178175b11cd7809c6ada10182a3554f2397 (diff)
downloadFreeBSD-src-db85f415fa8cd00a377c51e17e5449cbbfe54f2d.zip
FreeBSD-src-db85f415fa8cd00a377c51e17e5449cbbfe54f2d.tar.gz
while (0); -> while (0) in multi-line macros
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 4df3f2d..1b32164 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...)
OpenPOWER on IntegriCloud