Commit 16d78bc2 authored by John Hunter's avatar John Hunter Committed by Daniel Vetter

drm: Fix some typos

Signed-off-by: default avatarJohn Hunter <zhjwpku@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 502e95c6
...@@ -780,7 +780,7 @@ drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, ...@@ -780,7 +780,7 @@ drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane); EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane);
/** /**
* drm_atomic_set_fb_for_plane - set crtc for plane * drm_atomic_set_fb_for_plane - set framebuffer for plane
* @plane_state: atomic state object for the plane * @plane_state: atomic state object for the plane
* @fb: fb to use for the plane * @fb: fb to use for the plane
* *
...@@ -933,7 +933,7 @@ EXPORT_SYMBOL(drm_atomic_connectors_for_crtc); ...@@ -933,7 +933,7 @@ EXPORT_SYMBOL(drm_atomic_connectors_for_crtc);
* *
* This function should be used by legacy entry points which don't understand * This function should be used by legacy entry points which don't understand
* -EDEADLK semantics. For simplicity this one will grab all modeset locks after * -EDEADLK semantics. For simplicity this one will grab all modeset locks after
* the slowpath completed. * the slowpath completed.
*/ */
void drm_atomic_legacy_backoff(struct drm_atomic_state *state) void drm_atomic_legacy_backoff(struct drm_atomic_state *state)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment