From: Greg Kurz Date: Thu, 12 Sep 2019 13:57:26 +0000 (+0200) Subject: kvm: Fix typo in header of kvm_device_access() X-Git-Tag: v4.2.0-rc0~91^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84b6ea05ea13628d0dd99e3582060b26b7a1225a;p=thirdparty%2Fqemu.git kvm: Fix typo in header of kvm_device_access() Signed-off-by: Greg Kurz Message-Id: <156829664683.2070256.13400788010568373502.stgit@bahia.tls.ibm.com> Signed-off-by: Laurent Vivier --- diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h index 909bcd77cf8..fd674772ab3 100644 --- a/include/sysemu/kvm.h +++ b/include/sysemu/kvm.h @@ -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