mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
One more white space fix.
This commit is contained in:
parent
469e952070
commit
b7beab8d22
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162835
@ -2271,7 +2271,7 @@ g_raid3_launch_provider(struct g_raid3_softc *sc)
|
|||||||
g_topology_unlock();
|
g_topology_unlock();
|
||||||
G_RAID3_DEBUG(0, "Device %s launched (%u/%u).", pp->name,
|
G_RAID3_DEBUG(0, "Device %s launched (%u/%u).", pp->name,
|
||||||
g_raid3_ndisks(sc, G_RAID3_DISK_STATE_ACTIVE), sc->sc_ndisks);
|
g_raid3_ndisks(sc, G_RAID3_DISK_STATE_ACTIVE), sc->sc_ndisks);
|
||||||
|
|
||||||
if (sc->sc_state == G_RAID3_DEVICE_STATE_DEGRADED)
|
if (sc->sc_state == G_RAID3_DEVICE_STATE_DEGRADED)
|
||||||
g_raid3_sync_start(sc);
|
g_raid3_sync_start(sc);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user