Re: [PATCH] drm/dp: Add missing description to parameter

2017-03-07 Thread Sean Paul
On Tue, Mar 07, 2017 at 09:35:11PM +0100, Tomeu Vizoso wrote: > Gabriel Krisman reported these warnings when building the documentation: > > ./drivers/gpu/drm/drm_dp_helper.c:1165: warning: No description found > for parameter 'crtc' > ./drivers/gpu/drm/drm_dp_helper.c:1166: warning: No descripti

[PATCH] drm/dp: Add missing description to parameter

2017-03-07 Thread Tomeu Vizoso
Gabriel Krisman reported these warnings when building the documentation: ./drivers/gpu/drm/drm_dp_helper.c:1165: warning: No description found for parameter 'crtc' ./drivers/gpu/drm/drm_dp_helper.c:1166: warning: No description found for parameter 'crtc' Signed-off-by: Tomeu Vizoso --- drivers