summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2006-03-23 20:01:13 +0000
committerle <le@FreeBSD.org>2006-03-23 20:01:13 +0000
commit9a2fc256111f90ff257a66f795dfcdc2fa1ed192 (patch)
treecee7a231d1ed55d5ceb7c1dc4e817203e59eb297 /sys/geom/vinum
parent80efd8a6c8402b6ec3055526640e188d257ad82d (diff)
downloadFreeBSD-src-9a2fc256111f90ff257a66f795dfcdc2fa1ed192.zip
FreeBSD-src-9a2fc256111f90ff257a66f795dfcdc2fa1ed192.tar.gz
Fix whitespace.
Diffstat (limited to 'sys/geom/vinum')
-rw-r--r--sys/geom/vinum/geom_vinum_rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c
index 7d25b82..959181d 100644
--- a/sys/geom/vinum/geom_vinum_rm.c
+++ b/sys/geom/vinum/geom_vinum_rm.c
@@ -143,7 +143,7 @@ gv_resetconfig(struct g_geom *gp, struct gctl_req *req)
s = NULL;
s2 = NULL;
flags = GV_FLAG_R;
- sc = gp->softc;
+ sc = gp->softc;
/* First loop through to make sure no volumes are up */
LIST_FOREACH_SAFE(v, &sc->volumes, volume, v2) {
if (gv_is_open(v->geom)) {
OpenPOWER on IntegriCloud