summaryrefslogtreecommitdiffstats
path: root/sys/geom/mirror/g_mirror.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-02-01 12:06:01 +0000
committerpjd <pjd@FreeBSD.org>2006-02-01 12:06:01 +0000
commit6f074b6d64c73a3076d8f1b86873b81770b1016c (patch)
tree5311a24074072aa6884ff10ed8e3a0263fedab48 /sys/geom/mirror/g_mirror.c
parent959de6987c308c175d5250fb175fde5e82b36ac6 (diff)
downloadFreeBSD-src-6f074b6d64c73a3076d8f1b86873b81770b1016c.zip
FreeBSD-src-6f074b6d64c73a3076d8f1b86873b81770b1016c.tar.gz
Remove trailing spaces.
Diffstat (limited to 'sys/geom/mirror/g_mirror.c')
-rw-r--r--sys/geom/mirror/g_mirror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index a2e6d3d..4a9c596 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -848,7 +848,7 @@ g_mirror_done(struct bio *bp)
struct g_mirror_softc *sc;
sc = bp->bio_from->geom->softc;
- bp->bio_cflags |= G_MIRROR_BIO_FLAG_REGULAR;
+ bp->bio_cflags |= G_MIRROR_BIO_FLAG_REGULAR;
mtx_lock(&sc->sc_queue_mtx);
bioq_disksort(&sc->sc_queue, bp);
wakeup(sc);
OpenPOWER on IntegriCloud