Skip to content

Commit b9f3cfa

Browse files
rddunlapdanvet
authored andcommitted
drm: drm_mode_config.h: delete duplicated words in comments
Drop doubled word "is" in several comments. 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]
1 parent f621f3b commit b9f3cfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/drm/drm_mode_config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,22 +603,22 @@ struct drm_mode_config {
603603
struct drm_property *prop_src_h;
604604
/**
605605
* @prop_crtc_x: Default atomic plane property for the plane destination
606-
* position in the &drm_crtc is is being shown on.
606+
* position in the &drm_crtc is being shown on.
607607
*/
608608
struct drm_property *prop_crtc_x;
609609
/**
610610
* @prop_crtc_y: Default atomic plane property for the plane destination
611-
* position in the &drm_crtc is is being shown on.
611+
* position in the &drm_crtc is being shown on.
612612
*/
613613
struct drm_property *prop_crtc_y;
614614
/**
615615
* @prop_crtc_w: Default atomic plane property for the plane destination
616-
* position in the &drm_crtc is is being shown on.
616+
* position in the &drm_crtc is being shown on.
617617
*/
618618
struct drm_property *prop_crtc_w;
619619
/**
620620
* @prop_crtc_h: Default atomic plane property for the plane destination
621-
* position in the &drm_crtc is is being shown on.
621+
* position in the &drm_crtc is being shown on.
622622
*/
623623
struct drm_property *prop_crtc_h;
624624
/**

0 commit comments

Comments
 (0)