Browse Source

drm/kms: Remove incorrect comment in struct drm_mode_modeinfo

Signed-off-by: Dave Airlie <airlied@redhat.com>
Marcin Kościelnicki 15 năm trước cách đây
mục cha
commit
fa5829b365
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/drm/drm_mode.h

+ 1 - 1
include/drm/drm_mode.h

@@ -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;