]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/gpuvm: fix name in kernel doc of drm_gpuvm_bo_obtain_locked()
authorAlice Ryhl <aliceryhl@google.com>
Fri, 9 Jan 2026 08:20:18 +0000 (08:20 +0000)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 9 Jan 2026 16:22:04 +0000 (17:22 +0100)
When renaming this function, the name in the docs was not updated. This
causes a KernelDoc warning. Thus, fix it.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601091113.0b0WuRML-lkp@intel.com/
Fixes: 9bf4ca1e699c ("drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode")
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260109082019.3999814-1-aliceryhl@google.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/drm/drm_gpuvm.c

index 0bb115b6b59cf47e0922dda9e8abc62cdfc0e495..c75b4877ab926bdaa16c6dc0eaf3ad52cbb5a4ba 100644 (file)
@@ -1815,8 +1815,8 @@ drm_gpuvm_bo_find(struct drm_gpuvm *gpuvm,
 EXPORT_SYMBOL_GPL(drm_gpuvm_bo_find);
 
 /**
- * drm_gpuvm_bo_obtain() - obtains an instance of the &drm_gpuvm_bo for the
- * given &drm_gpuvm and &drm_gem_object
+ * drm_gpuvm_bo_obtain_locked() - obtains an instance of the &drm_gpuvm_bo for
+ * the given &drm_gpuvm and &drm_gem_object
  * @gpuvm: The &drm_gpuvm the @obj is mapped in.
  * @obj: The &drm_gem_object being mapped in the @gpuvm.
  *