On Thu, Oct 20, 2022 at 12:05:39PM -0700, Niranjana Vishwanathapura wrote:
On Thu, Oct 20, 2022 at 04:27:38PM +0200, Andi Shyti wrote:
Hi Niranjana,
[...]
@@ -307,6 +307,8 @@ struct i915_vma {
struct list_head non_priv_vm_bind_link;
/* @vm_rebind_link: link to vm_rebind_list and protected by vm_rebind_lock */
struct list_head vm_rebind_link; /* Link in vm_rebind_list */
+ /*@userptr_invalidated_link: link to the vm->userptr_invalidated_list */
nit: add a space here
Andi, I am keeping all vm_bind related fields together here.
Just following the other examples in this file.
Ah the space after the asterisk, ok, will fix.
Also, these comments were not a kernel-doc, will fix them.
Thanks,
Niranjana
Niranjana
Andi