On 5/27/2025 11:32 PM, Fuad Tabba wrote: > The comment that refers to the path where the user-visible memslot flags > are refers to an outdated path and has a typo. Make it refer to the > correct path. > > Signed-off-by: Fuad Tabba <tabba@xxxxxxxxxx> > --- > include/linux/kvm_host.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index ae70e4e19700..80371475818f 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. Reviewed-by: Shivank Garg <shivankg@xxxxxxx> > */ > #define KVM_MEMSLOT_INVALID (1UL << 16) >