On Fri, Mar 25, 2022 at 5:41 AM Christian König <ckoenig.leichtzumerken@xxxxxxxxx> wrote: > > Fix two incorrect kerneldocs for the recent VM code changes. > > Signed-off-by: Christian König <christian.koenig@xxxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > index 48f326609976..fa4def290dec 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > @@ -89,7 +89,7 @@ struct amdgpu_prt_cb { > }; > > /** > - * amdgpu_vm_tlb_seq_cb - Helper to increment the TLB flush sequence > + * struct amdgpu_vm_tlb_seq_cb - Helper to increment the TLB flush sequence > */ > struct amdgpu_vm_tlb_seq_cb { > /** > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c > index a821ada5f8ca..ecd8a3d60803 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c > @@ -620,7 +620,7 @@ static int amdgpu_vm_pt_alloc(struct amdgpu_device *adev, > } > > /** > - * amdgpu_vm_free_table - fre one PD/PT > + * amdgpu_vm_pt_free - fre one PD/PT typo: fre -> free With that fixed: Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > * > * @entry: PDE to free > */ > -- > 2.25.1 >