diff options
| author | Rob Clark <[email protected]> | 2025-07-05 16:57:05 +0000 |
|---|---|---|
| committer | Rob Clark <[email protected]> | 2025-07-05 16:59:12 +0000 |
| commit | 8290d37ad2b087bbcfe65fa5bcaf260e184b250a (patch) | |
| tree | 2963d08b71d69f83567681bbfc4314b2e41d670e | |
| parent | drm/msm: Take the ioctls away from the KMS-only driver (diff) | |
| download | kernel-8290d37ad2b087bbcfe65fa5bcaf260e184b250a.tar.gz kernel-8290d37ad2b087bbcfe65fa5bcaf260e184b250a.zip | |
drm/msm: Small function param doc fix
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Rob Clark <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/msm/msm_gem_vma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
