projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99509b
)
drm/tidss: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Wed, 24 Aug 2022 13:04:50 +0000
(21:04 +0800)
committer
Tomi Valkeinen
<tomi.valkeinen@ideasonboard.com>
Fri, 9 Sep 2022 13:23:26 +0000
(16:23 +0300)
Delete the redundant word 'to'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220824130450.41703-1-yuanjilin@cdjrlc.com
drivers/gpu/drm/tidss/tidss_kms.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tidss/tidss_kms.c
b/drivers/gpu/drm/tidss/tidss_kms.c
index b61db8f279e94bafa17a4c87f484980f7585be7b..afb2879980c6c8c252ddbc8e2b0c5c340448174d 100644
(file)
--- a/
drivers/gpu/drm/tidss/tidss_kms.c
+++ b/
drivers/gpu/drm/tidss/tidss_kms.c
@@
-70,7
+70,7
@@
static int tidss_atomic_check(struct drm_device *ddev,
* changes. This is needed for updating the plane positions in
* tidss_crtc_position_planes() which is called from
* crtc_atomic_enable() and crtc_atomic_flush(). We have an
- * extra flag to
to
mark x,y-position changes and together
+ * extra flag to mark x,y-position changes and together
* with zpos_changed the condition recognizes all the above
* cases.
*/