drm: Fix some typos

Signed-off-by: John Hunter <zhjwpku@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
John Hunter 2015-04-07 19:38:50 +08:00 committed by Daniel Vetter
parent 502e95c667
commit 16d78bc2e4

View file

@ -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
* *