Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / drivers / gpu / drm / ttm / ttm_bo_vm.c
index 4bca6b54520a99f1f1ae284719a2df644177b6f7..4212b8c91dd425d4c94e53ba5e8d2b01410e03d4 100644 (file)
@@ -261,7 +261,7 @@ vm_fault_t ttm_bo_vm_fault_reserved(struct vm_fault *vmf,
                 * encryption bits. This is because the exact location of the
                 * data may not be known at mmap() time and may also change
                 * at arbitrary times while the data is mmap'ed.
-                * See vmf_insert_mixed_prot() for a discussion.
+                * See vmf_insert_pfn_prot() for a discussion.
                 */
                ret = vmf_insert_pfn_prot(vma, address, pfn, prot);