Commit 84b6ea05 authored by Greg Kurz's avatar Greg Kurz Committed by Laurent Vivier
Browse files

kvm: Fix typo in header of kvm_device_access()



Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
Message-Id: <156829664683.2070256.13400788010568373502.stgit@bahia.tls.ibm.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 5ca156cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ int kvm_vm_check_attr(KVMState *s, uint32_t group, uint64_t attr);
int kvm_device_check_attr(int fd, uint32_t group, uint64_t attr);

/**
 * kvm_device_access - set or get value of a specific vm attribute
 * kvm_device_access - set or get value of a specific device attribute
 * @fd: The device file descriptor
 * @group: the group
 * @attr: the attribute of that group to set or get