Commit fa5829b3 authored by Marcin Kościelnicki's avatar Marcin Kościelnicki Committed by Dave Airlie

drm/kms: Remove incorrect comment in struct drm_mode_modeinfo

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent dd5fde60
...@@ -85,7 +85,7 @@ struct drm_mode_modeinfo { ...@@ -85,7 +85,7 @@ struct drm_mode_modeinfo {
__u16 hdisplay, hsync_start, hsync_end, htotal, hskew; __u16 hdisplay, hsync_start, hsync_end, htotal, hskew;
__u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan;
__u32 vrefresh; /* vertical refresh * 1000 */ __u32 vrefresh;
__u32 flags; __u32 flags;
__u32 type; __u32 type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment