From: wangjianli Date: Thu, 8 Sep 2022 12:36:16 +0000 (+0800) Subject: drm/rockchip: vop: fix repeated words in comment X-Git-Tag: block-6.1-2022-13-10~35^2~6^2~84 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fe53d167129e19ce01c056d85262427146cacf88;p=linux-block.git drm/rockchip: vop: fix repeated words in comment Delete the redundant word 'in'. Signed-off-by: wangjianli Signed-off-by: Heiko Stuebner Link: https://patchwork.freedesktop.org/patch/msgid/20220908123616.19195-1-wangjianli@cdjrlc.com --- 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.