Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74afee7d authored by Marc-André Lureau's avatar Marc-André Lureau Committed by Dave Airlie
Browse files

drm: fix a small spelling



Fix a little spelling of drm_crtc_convert_umode() comment.

Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9e3396ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *