Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: drm_atomic.h: delete duplicated word in comment

Drop doubled word "than" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Daniel Vetter
09f3344a 73f15a93

+1 -1
+1 -1
include/drm/drm_atomic.h
··· 103 103 * 104 104 * Will be signalled when all hw register changes for this commit have 105 105 * been written out. Especially when disabling a pipe this can be much 106 - * later than than @flip_done, since that can signal already when the 106 + * later than @flip_done, since that can signal already when the 107 107 * screen goes black, whereas to fully shut down a pipe more register 108 108 * I/O is required. 109 109 *