Remove an incorrect comment
This commit is contained in:
parent
8e4b011dc5
commit
25f7973cf8
@ -246,7 +246,6 @@ tun_destroy(struct tun_softc *tp)
|
||||
{
|
||||
struct cdev *dev;
|
||||
|
||||
/* Unlocked read. */
|
||||
mtx_lock(&tp->tun_mtx);
|
||||
if ((tp->tun_flags & TUN_OPEN) != 0)
|
||||
cv_wait_unlock(&tp->tun_cv, &tp->tun_mtx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user