From: Jilin Yuan Date: Wed, 7 Sep 2022 11:39:27 +0000 (+0800) Subject: drm/gma500: fix repeated words in comments X-Git-Tag: v6.1-rc1~159^2~17^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=580c00e64f121ad2d99e6f43796a49ea2cb4439d;p=thirdparty%2Fkernel%2Flinux.git drm/gma500: fix repeated words in comments Delete the redundant word 'for'. Signed-off-by: Jilin Yuan Signed-off-by: Patrik Jakobsson Link: https://patchwork.freedesktop.org/patch/msgid/20220907113927.35305-1-yuanjilin@cdjrlc.com --- diff --git a/drivers/gpu/drm/gma500/oaktrail_crtc.c b/drivers/gpu/drm/gma500/oaktrail_crtc.c index 6004390d647a3..64761f46b4347 100644 --- a/drivers/gpu/drm/gma500/oaktrail_crtc.c +++ b/drivers/gpu/drm/gma500/oaktrail_crtc.c @@ -310,7 +310,7 @@ static void oaktrail_crtc_dpms(struct drm_crtc *crtc, int mode) temp & ~PIPEACONF_ENABLE, i); REG_READ_WITH_AUX(map->conf, i); } - /* Wait for for the pipe disable to take effect. */ + /* Wait for the pipe disable to take effect. */ gma_wait_for_vblank(dev); temp = REG_READ_WITH_AUX(map->dpll, i);