]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/msm: Small function param doc fix
authorRob Clark <robin.clark@oss.qualcomm.com>
Sat, 5 Jul 2025 16:57:05 +0000 (09:57 -0700)
committerRob Clark <robin.clark@oss.qualcomm.com>
Sat, 5 Jul 2025 16:59:12 +0000 (09:59 -0700)
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507032334.9SCwc952-lkp@intel.com/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
drivers/gpu/drm/msm/msm_gem_vma.c

index 1ad67dfa94e30467f460f392410683e4def6c9af..3cd8562a51092d4fabf238edc34e922897919465 100644 (file)
@@ -171,7 +171,7 @@ msm_gem_vm_free(struct drm_gpuvm *gpuvm)
 
 /**
  * msm_gem_vm_unusable() - Mark a VM as unusable
- * @vm: the VM to mark unusable
+ * @gpuvm: the VM to mark unusable
  */
 void
 msm_gem_vm_unusable(struct drm_gpuvm *gpuvm)