diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-09-08 20:36:16 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-09-09 15:55:17 +0200 |
commit | fe53d167129e19ce01c056d85262427146cacf88 (patch) | |
tree | e49dbc5bfd9b1e35de65d74b562c0377459c0cec /drivers/gpu/drm | |
parent | 51865139511ea9e5193248d7ab686f206399adfc (diff) | |
download | linux-fe53d167129e19ce01c056d85262427146cacf88.tar.bz2 |
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')
-rw-r--r-- | drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 2 |
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. |