drm/msm: Small function param doc fix

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>
This commit is contained in:
Rob Clark
2025-07-05 09:57:05 -07:00
parent 98f11fd1cf
commit 8290d37ad2

View 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)