summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-27 12:45:20 +0000
committermav <mav@FreeBSD.org>2015-03-27 12:45:20 +0000
commit176aa763410f2b33c53b6a77eecb21f1871f0e63 (patch)
tree2f4fce20d863777b52016c23455395cca1c8e8cf /sys/geom
parent3e52cc4fb2653937bff28751cc028a4c8e79d0d4 (diff)
downloadFreeBSD-src-176aa763410f2b33c53b6a77eecb21f1871f0e63.zip
FreeBSD-src-176aa763410f2b33c53b6a77eecb21f1871f0e63.tar.gz
Remove extra semicolon.
MFC after: 1 week
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/mirror/g_mirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index d46b3fa..1912271 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -1582,7 +1582,7 @@ g_mirror_request_split(struct g_mirror_softc *sc, struct bio *bp)
cbp = g_clone_bio(bp);
if (cbp == NULL) {
while ((cbp = bioq_takefirst(&queue)) != NULL)
- g_destroy_bio(cbp);;
+ g_destroy_bio(cbp);
if (bp->bio_error == 0)
bp->bio_error = ENOMEM;
g_io_deliver(bp, bp->bio_error);
OpenPOWER on IntegriCloud