From: Rob Clark Date: Sat, 5 Jul 2025 16:57:05 +0000 (-0700) Subject: drm/msm: Small function param doc fix X-Git-Tag: io_uring-6.17-20250815~29^2~14^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8290d37ad2b087bbcfe65fa5bcaf260e184b250a;p=linux-block.git drm/msm: Small function param doc fix Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202507032334.9SCwc952-lkp@intel.com/ Signed-off-by: Rob Clark --- diff --git a/drivers/gpu/drm/msm/msm_gem_vma.c b/drivers/gpu/drm/msm/msm_gem_vma.c index 1ad67dfa94e3..3cd8562a5109 100644 --- a/drivers/gpu/drm/msm/msm_gem_vma.c +++ b/drivers/gpu/drm/msm/msm_gem_vma.c @@ -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)