aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-AndrĂ© Lureau <[email protected]>2013-10-18 16:11:27 +0200
committerDave Airlie <[email protected]>2013-10-23 14:21:06 +0100
commit74afee7dd93458ab343d166c745746c6dca993fe (patch)
treecf33a2c3d5c79c034802d5313ef820417d4888a2
parent9e3396ae42d52c5cf4064af3e7c1baffb039ff54 (diff)
drm: fix a small spelling
Fix a little spelling of drm_crtc_convert_umode() comment. Signed-off-by: Marc-AndrĂ© Lureau <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
-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,
}
/**
- * drm_crtc_convert_to_umode - convert a modeinfo into a drm_display_mode
+ * drm_crtc_convert_umode - convert a modeinfo into a drm_display_mode
* @out: drm_display_mode to return to the user
* @in: drm_mode_modeinfo to use
*