diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 08:23:49 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2020-07-15 15:03:02 +0300 |
commit | 947fcfeac3295ff0961bb50803e0c4ae63cff65b (patch) | |
tree | b62c03e1ad8c940d243a3564dd20e0c2c20d31ce /include/drm/drm_rect.h | |
parent | afae47af0cb73e36d61b61c8d93cb9d755853050 (diff) | |
download | linux-947fcfeac3295ff0961bb50803e0c4ae63cff65b.tar.xz |
drm: drm_rect.h: delete duplicated word in comment
Drop doubled word "the" 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-7-rdunlap@infradead.org
Diffstat (limited to 'include/drm/drm_rect.h')
-rw-r--r-- | include/drm/drm_rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h index 57a3be9e53e4..e7f4d24cdd00 100644 --- a/include/drm/drm_rect.h +++ b/include/drm/drm_rect.h @@ -180,7 +180,7 @@ static inline int drm_rect_height(const struct drm_rect *r) } /** - * drm_rect_visible - determine if the the rectangle is visible + * drm_rect_visible - determine if the rectangle is visible * @r: rectangle whose visibility is returned * * RETURNS: |