From db85f415fa8cd00a377c51e17e5449cbbfe54f2d Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 17 Aug 2006 22:50:33 +0000 Subject: while (0); -> while (0) in multi-line macros --- sys/geom/vinum/geom_vinum_raid5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/geom') 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- */ -- cgit v1.1