[libvirt] [PATCH] fix typo introduced by 90430791

Eric Blake eblake at redhat.com
Thu Apr 25 14:23:08 UTC 2013


On 04/25/2013 06:17 AM, Bamvor Jian Zhang wrote:
> From: Bamvor Jian Zhang <bamv2005 at gmail.com>
> 
> 
> Signed-off-by: Bamvor Jian Zhang <bjzhang at suse.com>
> ---
>  src/node_device/node_device_hal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK and pushed.

> 
> diff --git a/src/node_device/node_device_hal.c b/src/node_device/node_device_hal.c
> index 4a430dc..63245a9 100644
> --- a/src/node_device/node_device_hal.c
> +++ b/src/node_device/node_device_hal.c
> @@ -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 */
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130425/dc57a944/attachment-0001.sig>


More information about the libvir-list mailing list