summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-10-22 09:07:01 +0300
committerMaxime Ripard <maxime@cerno.tech>2022-10-24 10:27:04 +0300
commit2556e1a83574f6248b70534c5d50e3ef9eaa4eb5 (patch)
treed1c7f3131412ede948caea85cb4519151be7ad7d
parent7e160d9c660f15aa3fbea160dd02c3946d356509 (diff)
downloadlinux-2556e1a83574f6248b70534c5d50e3ef9eaa4eb5.tar.xz
gpu/drm: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20221022060701.58280-1-wangjianli@cdjrlc.com
-rw-r--r--drivers/gpu/drm/drm_rect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_rect.c b/drivers/gpu/drm/drm_rect.c
index 0460e874896e..85c79a38c13a 100644
--- a/drivers/gpu/drm/drm_rect.c
+++ b/drivers/gpu/drm/drm_rect.c
@@ -80,7 +80,7 @@ static u32 clip_scaled(int src, int dst, int *clip)
* @dst: destination window rectangle
* @clip: clip rectangle
*
- * Clip rectangle @dst by rectangle @clip. Clip rectangle @src by the
+ * Clip rectangle @dst by rectangle @clip. Clip rectangle @src by
* the corresponding amounts, retaining the vertical and horizontal scaling
* factors from @src to @dst.
*