1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

fix indentation in local version of amdgpu_gem_fault()

This commit is contained in:
jsg
2026-06-15 10:36:51 +00:00
parent c8249f6768
commit 81bb5dc40f
+3 -3
View File
@@ -176,10 +176,10 @@ amdgpu_gem_fault(struct uvm_faultinfo *ufi, vaddr_t vaddr, vm_page_t *pps,
goto unlock;
}
ret = ttm_bo_vm_fault_reserved(ufi, vaddr,
TTM_BO_VM_NUM_PREFAULT, 1);
ret = ttm_bo_vm_fault_reserved(ufi, vaddr,
TTM_BO_VM_NUM_PREFAULT, 1);
drm_dev_exit(idx);
drm_dev_exit(idx);
} else {
STUB();
#ifdef notyet