Skip to content

Commit

Permalink
drm/kms: Remove incorrect comment in struct drm_mode_modeinfo
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Marcin Kościelnicki authored and Dave Airlie committed Feb 1, 2010
1 parent dd5fde6 commit fa5829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/drm_mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct drm_mode_modeinfo {
__u16 hdisplay, hsync_start, hsync_end, htotal, hskew;
__u16 vdisplay, vsync_start, vsync_end, vtotal, vscan;

__u32 vrefresh; /* vertical refresh * 1000 */
__u32 vrefresh;

__u32 flags;
__u32 type;
Expand Down

0 comments on commit fa5829b

Please sign in to comment.