projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e160d9
)
gpu/drm: fix repeated words in comments
author
wangjianli
<wangjianli@cdjrlc.com>
Sat, 22 Oct 2022 06:07:01 +0000
(14:07 +0800)
committer
Maxime Ripard
<maxime@cerno.tech>
Mon, 24 Oct 2022 07:27:04 +0000
(09:27 +0200)
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
drivers/gpu/drm/drm_rect.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_rect.c
b/drivers/gpu/drm/drm_rect.c
index 0460e874896eda69e5449e3212f292327a7748e5..85c79a38c13acab8f5f500b816d0e27daa1bbf2d 100644
(file)
--- 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.
*