aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-09-08 20:36:16 +0800
committerHeiko Stuebner <heiko@sntech.de>2022-09-09 15:55:17 +0200
commitfe53d167129e19ce01c056d85262427146cacf88 (patch)
treee49dbc5bfd9b1e35de65d74b562c0377459c0cec /drivers/gpu/drm/rockchip
parentdrm/tidss: fix repeated words in comments (diff)
downloadlinux-dev-fe53d167129e19ce01c056d85262427146cacf88.tar.xz
linux-dev-fe53d167129e19ce01c056d85262427146cacf88.zip
drm/rockchip: vop: fix repeated words in comment
Delete the redundant word 'in'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20220908123616.19195-1-wangjianli@cdjrlc.com
Diffstat (limited to 'drivers/gpu/drm/rockchip')
-rw-r--r--drivers/gpu/drm/rockchip/rockchip_drm_vop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
index bdd48f87d098..fab710910997 100644
--- a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
+++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
@@ -1188,7 +1188,7 @@ static bool vop_crtc_mode_fixup(struct drm_crtc *crtc,
*
* Key points:
*
- * - DRM works in in kHz.
+ * - DRM works in kHz.
* - Clock framework works in Hz.
* - Rockchip's clock driver picks the clock rate that is the
* same _OR LOWER_ than the one requested.