mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Fix typo sc -> dev.
This commit is contained in:
parent
dff3237ee5
commit
80f7b487a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136696
@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
|
||||
{
|
||||
struct vr_softc *sc = device_get_softc(dev);
|
||||
|
||||
vr_detach(sc);
|
||||
vr_detach(dev);
|
||||
}
|
||||
|
@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
|
||||
{
|
||||
struct vr_softc *sc = device_get_softc(dev);
|
||||
|
||||
vr_detach(sc);
|
||||
vr_detach(dev);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user