From: Randy Dunlap Date: Wed, 15 Jul 2020 05:23:43 +0000 (-0700) Subject: drm: drm_atomic.h: delete duplicated word in comment X-Git-Tag: v5.15~303^2~28^2~2377 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09f3344a5df95f341fe3cd542f6f981dc0a34caf;p=platform%2Fkernel%2Flinux-starfive.git drm: drm_atomic.h: delete duplicated word in comment Drop doubled word "than" in a comment. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-1-rdunlap@infradead.org --- diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 7b6cb477..d07c851 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h @@ -103,7 +103,7 @@ struct drm_crtc_commit { * * Will be signalled when all hw register changes for this commit have * been written out. Especially when disabling a pipe this can be much - * later than than @flip_done, since that can signal already when the + * later than @flip_done, since that can signal already when the * screen goes black, whereas to fully shut down a pipe more register * I/O is required. *