Message ID | 20200715052349.23319-7-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/7] drm: drm_atomic.h: delete duplicated word in comment | expand |
--- linux-next-20200714.orig/include/drm/drm_rect.h +++ linux-next-20200714/include/drm/drm_rect.h @@ -180,7 +180,7 @@ static inline int drm_rect_height(const } /** - * 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:
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 --- include/drm/drm_rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)