[PATCH] drm: Fix comment making reference to non-existing function

2016-06-10 Thread Daniel Vetter
On Fri, Jun 10, 2016 at 04:03:25PM +0100, Liviu Dudau wrote: > Documentation for drm_atomic_crtc_for_each_plane() makes reference to > a function called drm_crtc_for_each_pending_plane(). I've guessed that > the actual function name is drm_atomic_crtc_state_for_each_plane() as > that matches best t

[PATCH] drm: Fix comment making reference to non-existing function

2016-06-10 Thread Liviu Dudau
Documentation for drm_atomic_crtc_for_each_plane() makes reference to a function called drm_crtc_for_each_pending_plane(). I've guessed that the actual function name is drm_atomic_crtc_state_for_each_plane() as that matches best the intent of the comment. Signed-off-by: Liviu Dudau --- include/d