diff options
Diffstat (limited to 'drivers/gpu/drm/drm_modes.c')
-rw-r--r-- | drivers/gpu/drm/drm_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index d1b7d2006529..6d8b941c8200 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c | |||
@@ -914,7 +914,7 @@ EXPORT_SYMBOL(drm_mode_equal_no_clocks_no_stereo); | |||
914 | * | 914 | * |
915 | * This function is a helper which can be used to validate modes against size | 915 | * This function is a helper which can be used to validate modes against size |
916 | * limitations of the DRM device/connector. If a mode is too big its status | 916 | * limitations of the DRM device/connector. If a mode is too big its status |
917 | * memeber is updated with the appropriate validation failure code. The list | 917 | * member is updated with the appropriate validation failure code. The list |
918 | * itself is not changed. | 918 | * itself is not changed. |
919 | */ | 919 | */ |
920 | void drm_mode_validate_size(struct drm_device *dev, | 920 | void drm_mode_validate_size(struct drm_device *dev, |