]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vtnet: fix typo in vtnet_free_taskqueues
authorvmaffione <vmaffione@FreeBSD.org>
Tue, 29 Jan 2019 14:31:41 +0000 (14:31 +0000)
committervmaffione <vmaffione@FreeBSD.org>
Tue, 29 Jan 2019 14:31:41 +0000 (14:31 +0000)
commitd5ce36fb5322fcf2e1831bde08c8971237d5dc05
tree2cdbbe323d56eb1653e482e440251e31c688bcc7
parent1c706e31a4215a7002d2ad3bb1930c8af80ddc76
vtnet: fix typo in vtnet_free_taskqueues

Because of a typo, the code was mistakenly resetting the
vtnrx_vq pointer rather than vtntx_tq.

Reviewed by: bryanv
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D19015
sys/dev/virtio/network/if_vtnet.c