mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
fix typo introduced by 90430791
Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com>
This commit is contained in:
committed by
Eric Blake
parent
a553dbedb8
commit
0aeae5df5e
@@ -764,7 +764,7 @@ static int nodeDeviceClose(virConnectPtr conn ATTRIBUTE_UNUSED)
|
||||
static virNodeDeviceDriver halNodeDeviceDriver = {
|
||||
.name = "halNodeDeviceDriver",
|
||||
.nodeDeviceOpen = nodeDeviceOpen, /* 0.5.0 */
|
||||
.nodDeviceClose = nodDeviceClose, /* 0.5.0 */
|
||||
.nodeDeviceClose = nodeDeviceClose, /* 0.5.0 */
|
||||
.nodeNumOfDevices = nodeNumOfDevices, /* 0.5.0 */
|
||||
.nodeListDevices = nodeListDevices, /* 0.5.0 */
|
||||
.connectListAllNodeDevices = nodeListAllNodeDevices, /* 0.10.2 */
|
||||
|
||||
Reference in New Issue
Block a user