aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-10-18 10:11:27 -0400
committerDave Airlie <airlied@redhat.com>2013-10-23 09:21:06 -0400
commit74afee7dd93458ab343d166c745746c6dca993fe (patch)
treecf33a2c3d5c79c034802d5313ef820417d4888a2 /drivers/gpu
parent9e3396ae42d52c5cf4064af3e7c1baffb039ff54 (diff)
drm: fix a small spelling
Fix a little spelling of drm_crtc_convert_umode() comment. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/drm_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
index d7a8370e3cdc..2447bd94a654 100644
--- a/drivers/gpu/drm/drm_crtc.c
+++ b/drivers/gpu/drm/drm_crtc.c
@@ -1303,7 +1303,7 @@ static void drm_crtc_convert_to_umode(struct drm_mode_modeinfo *out,
1303} 1303}
1304 1304
1305/** 1305/**
1306 * drm_crtc_convert_to_umode - convert a modeinfo into a drm_display_mode 1306 * drm_crtc_convert_umode - convert a modeinfo into a drm_display_mode
1307 * @out: drm_display_mode to return to the user 1307 * @out: drm_display_mode to return to the user
1308 * @in: drm_mode_modeinfo to use 1308 * @in: drm_mode_modeinfo to use
1309 * 1309 *