Re: [PATCH] drivers: gpu: drm: dr_fb_cma_helper: Fix kerneldoc comments

2017-03-30 Thread Daniel Vetter
On Thu, Mar 30, 2017 at 01:55:07PM +0300, Tamara Diaconita wrote: > Remove the description for the non-existing 'num_crtc' to fix the > build warning: ./drivers/gpu/drm/drm_fb_cma_helper.c:557: warning: > Excess function parameter 'num_crtc' description in > 'drm_fbdev_cma_init'. > > Signed-off-by

[PATCH] drivers: gpu: drm: dr_fb_cma_helper: Fix kerneldoc comments

2017-03-30 Thread Tamara Diaconita
Remove the description for the non-existing 'num_crtc' to fix the build warning: ./drivers/gpu/drm/drm_fb_cma_helper.c:557: warning: Excess function parameter 'num_crtc' description in 'drm_fbdev_cma_init'. Signed-off-by: Tamara Diaconita --- drivers/gpu/drm/drm_fb_cma_helper.c | 1 - 1 file cha