Drop words accidentally written twice, reported by checkpatch.pl as a possible repeated word. Only touches comments, no code changes.
Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <[email protected]> --- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 4 ++-- drivers/gpu/drm/msm/msm_gem.c | 4 ++-- drivers/gpu/drm/msm/msm_gem_shrinker.c | 2 +- include/uapi/drm/msm_drm.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c index 27cac853975f..16fed0066f00 100644 --- a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c +++ b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c @@ -1759,7 +1759,7 @@ static int a6xx_gmu_rpmh_arc_votes_init(struct device *dev, u32 *votes, } /* - * Look for a level in in the secondary list that matches. If + * Look for a level in the secondary list that matches. If * nothing fits, use the maximum non zero vote */ @@ -2378,7 +2378,7 @@ int a6xx_gmu_init(struct a6xx_gpu *a6xx_gpu, struct device_node *node) if (ret) goto err_memory; - /* Allocate memory for for the HFI queues */ + /* Allocate memory for the HFI queues */ ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0, "hfi"); if (ret) goto err_memory; diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm/msm/msm_gem.c index c4cff3d53d81..7ad450b574bf 100644 --- a/drivers/gpu/drm/msm/msm_gem.c +++ b/drivers/gpu/drm/msm/msm_gem.c @@ -502,8 +502,8 @@ void msm_gem_unpin_locked(struct drm_gem_object *obj) /* Special unpin path for use in fence-signaling path, avoiding the need * to hold the obj lock by only depending on things that a protected by - * the LRU lock. In particular we know that that we already have backing - * and and that the object's dma_resv has the fence for the current + * the LRU lock. In particular we know that we already have backing + * and that the object's dma_resv has the fence for the current * submit/job which will prevent us racing against page eviction. */ void msm_gem_unpin_active(struct drm_gem_object *obj) diff --git a/drivers/gpu/drm/msm/msm_gem_shrinker.c b/drivers/gpu/drm/msm/msm_gem_shrinker.c index 9d2788f79ace..d84cbb64bc56 100644 --- a/drivers/gpu/drm/msm/msm_gem_shrinker.c +++ b/drivers/gpu/drm/msm/msm_gem_shrinker.c @@ -47,7 +47,7 @@ with_vm_locks(void (*fn)(struct drm_gem_object *obj), struct drm_gem_object *obj) { /* - * Track last locked entry for for unwinding locks in error and + * Track last locked entry for unwinding locks in error and * success paths */ struct drm_gpuvm_bo *vm_bo, *last_locked = NULL; diff --git a/include/uapi/drm/msm_drm.h b/include/uapi/drm/msm_drm.h index 3d363f12f66a..9b6b30189230 100644 --- a/include/uapi/drm/msm_drm.h +++ b/include/uapi/drm/msm_drm.h @@ -102,7 +102,7 @@ struct drm_msm_timespec { * * With VM_BIND enabled, userspace does not include a submit_bo table in the * SUBMIT ioctl (this will be rejected), the resident set is determined by - * the the VM_BIND ops. + * the VM_BIND ops. * * Enabling VM_BIND will fail on devices which do not have per-process pgtables. * And it is not allowed to disable VM_BIND once it has been enabled. @@ -366,7 +366,7 @@ struct drm_msm_vm_bind_op { __u64 obj_offset; /** @iova: Address to operate on */ __u64 iova; - /** @range: Number of bites to to map/unmap */ + /** @range: Number of bites to map/unmap */ __u64 range; /** @flags: Bitmask of MSM_VM_BIND_OP_FLAG_x */ __u32 flags; -- 2.48.1
