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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user