summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFuad Tabba <tabba@google.com>2025-07-30 01:54:39 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2025-08-27 11:35:00 +0300
commit68d189938709a5918d7308eb922c30bcbf16ebb9 (patch)
tree9ccc4bffe2a087759cb2a8214b6f2d56274685ac /include
parent69116e01f6fee030db45d269f28f9c300b8dc9d6 (diff)
downloadlinux-68d189938709a5918d7308eb922c30bcbf16ebb9.tar.xz
KVM: Fix comment that refers to kvm uapi header path
The comment that points to the path where the user-visible memslot flags are refers to an outdated path and has a typo. Update the comment to refer to the correct path. Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Gavin Shan <gshan@redhat.com> Reviewed-by: Shivank Garg <shivankg@amd.com> Reviewed-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com> Signed-off-by: Fuad Tabba <tabba@google.com> Signed-off-by: Sean Christopherson <seanjc@google.com> Message-ID: <20250729225455.670324-9-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 5c25b03d3d50..56ea8c862cfd 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -52,7 +52,7 @@
/*
* The bit 16 ~ bit 31 of kvm_userspace_memory_region::flags are internally
* used in kvm, other bits are visible for userspace which are defined in
- * include/linux/kvm_h.
+ * include/uapi/linux/kvm.h.
*/
#define KVM_MEMSLOT_INVALID (1UL << 16)