From: kernel test robot <lkp(a)intel.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1718:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 6402eeb35009 ("drm/amdgpu: re-apply "use the new cursor in the VM
code" v2")
CC: Christian König <christian.koenig(a)amd.com>
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
tree:
https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head: 21a31299b1b6cd707f651d7022ce381670c51575
commit: 6402eeb3500942216adbef9c445b208e0214cafd [315/338] drm/amdgpu: re-apply "use
the new cursor in the VM code" v2
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
amdgpu_vm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@ -1715,7 +1715,7 @@ int amdgpu_vm_bo_update_mapping(struct a
amdgpu_res_next(&cursor, num_entries * AMDGPU_GPU_PAGE_SIZE);
start = tmp;
- };
+ }
r = vm->update_funcs->commit(¶ms, fence);