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

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

drm: Fix some typos

parent 502e95c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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
 *
 *