Commit 55a2d21b authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/amdgpu: fix some kerneldoc in the VM code v2



Fix two incorrect kerneldocs for the recent VM code changes.

v2: fix one more typo

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8f328694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
	/**
+1 −1
Original line number Diff line number Diff line
@@ -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 - free one PD/PT
 *
 * @entry: PDE to free
 */