drm/amdgpu: Rename to amdgpu_vm_tlb_seq_struct
authorLuben Tuikov <luben.tuikov@amd.com>
Wed, 12 Jul 2023 06:15:55 +0000 (02:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Jul 2023 16:22:52 +0000 (12:22 -0400)
commit52b82609bfe5de43ec88f524345c73ac131b4685
tree78e4bbf16b7355fef678f25645e36fde5fcae770
parentbd3c41425456f6df01cfbc5066c52f427a384b63
drm/amdgpu: Rename to amdgpu_vm_tlb_seq_struct

Rename struct amdgpu_vm_tlb_seq_cb {...} to struct amdgpu_vm_tlb_seq_struct
{...}, so as to not conflict with documentation processing tools. Of course, C
has no problem with this.

Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Alex Deucher <Alexander.Deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Link: https://lore.kernel.org/r/b5ebc891-ee63-1638-0377-7b512d34b823@infradead.org
Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c