diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-08-24 15:04:50 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2022-09-09 15:23:26 +0200 |
commit | 51865139511ea9e5193248d7ab686f206399adfc (patch) | |
tree | 1cbe4bf9c94d2f67635e775fa8ac49ae7a688cde /drivers/gpu/drm/tidss | |
parent | drm/omap: dmm_tiler:Remove the print function dev_err() (diff) | |
download | linux-51865139511ea9e5193248d7ab686f206399adfc.tar.xz linux-51865139511ea9e5193248d7ab686f206399adfc.zip |
drm/tidss: fix repeated words in comments
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
Diffstat (limited to 'drivers/gpu/drm/tidss')
-rw-r--r-- | drivers/gpu/drm/tidss/tidss_kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tidss/tidss_kms.c b/drivers/gpu/drm/tidss/tidss_kms.c index b61db8f279e9..afb2879980c6 100644 --- 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. */ |