summaryrefslogtreecommitdiffstats
path: root/sys/geom
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/geom
parentff9e3178175b11cd7809c6ada10182a3554f2397 (diff)
downloadFreeBSD-src-db85f415fa8cd00a377c51e17e5449cbbfe54f2d.zip
FreeBSD-src-db85f415fa8cd00a377c51e17e5449cbbfe54f2d.tar.gz
while (0); -> while (0) in multi-line macros
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/vinum/geom_vinum_raid5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/vinum/geom_vinum_raid5.h b/sys/geom/vinum/geom_vinum_raid5.h
index 747307d..804920e 100644
--- a/sys/geom/vinum/geom_vinum_raid5.h
+++ b/sys/geom/vinum/geom_vinum_raid5.h
@@ -45,7 +45,7 @@
pbp = pbp->bio_caller1; \
pbp->bio_caller1 = cbp; \
} \
- } while (0);
+ } while (0)
struct gv_raid5_packet {
caddr_t data; /* Data buffer of this sub-request- */
OpenPOWER on IntegriCloud