Commit 9ae807f0 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amdgpu: clean up inconsistent indenting



There are a couple of statements that are indented one character
too deeply, clean these up.

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a7181b52
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ static vm_fault_t amdgpu_gem_fault(struct vm_fault *vmf)

		ret = ttm_bo_vm_fault_reserved(vmf, vmf->vma->vm_page_prot,
					       TTM_BO_VM_NUM_PREFAULT, 1);

		drm_dev_exit(idx);
	} else {
		ret = ttm_bo_vm_dummy_page(vmf, vmf->vma->vm_page_prot);