File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -603,22 +603,22 @@ struct drm_mode_config {
603
603
struct drm_property * prop_src_h ;
604
604
/**
605
605
* @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.
607
607
*/
608
608
struct drm_property * prop_crtc_x ;
609
609
/**
610
610
* @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.
612
612
*/
613
613
struct drm_property * prop_crtc_y ;
614
614
/**
615
615
* @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.
617
617
*/
618
618
struct drm_property * prop_crtc_w ;
619
619
/**
620
620
* @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.
622
622
*/
623
623
struct drm_property * prop_crtc_h ;
624
624
/**
You can’t perform that action at this time.
0 commit comments