diff options
author | Randy Dunlap <[email protected]> | 2020-07-14 22:23:43 -0700 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2020-07-15 14:02:29 +0200 |
commit | 09f3344a5df95f341fe3cd542f6f981dc0a34caf (patch) | |
tree | 95e06ac6a2db6c4b9171bc475a8429a63e868b4d | |
parent | 73f15a93922773322f001604a1d6c5059ab10aef (diff) |
drm: drm_atomic.h: delete duplicated word in comment
Drop doubled word "than" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/drm/drm_atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 7b6cb4774e7d..d07c851d255b 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. * |