diff options
author | Jilin Yuan <[email protected]> | 2022-09-07 19:39:27 +0800 |
---|---|---|
committer | Patrik Jakobsson <[email protected]> | 2022-09-07 14:25:39 +0200 |
commit | 580c00e64f121ad2d99e6f43796a49ea2cb4439d (patch) | |
tree | 527f85229bfcad077943d3a6b7e95b553bcefb6c | |
parent | 4da7aad41c8f6fcccb37e2c95a07c84835effd7d (diff) |
drm/gma500: fix repeated words in comments
Delete the redundant word 'for'.
Signed-off-by: Jilin Yuan <[email protected]>
Signed-off-by: Patrik Jakobsson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/gma500/oaktrail_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/oaktrail_crtc.c b/drivers/gpu/drm/gma500/oaktrail_crtc.c index 6004390d647a..64761f46b434 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); |