[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

[PATCH] drivers: gpu: drm: i915L intel_lpe_audio: Fix kerneldoc comments

2017-03-30 Thread Tamara Diaconita
Add description for existing parameter 'pipe' to fix the build warning: ./drivers/gpu/drm/i915/intel_lpe_audio.c:342: warning: No description found for parameter 'pipe'. Signed-off-by: Tamara Diaconita --- drivers/gpu/drm/i915/intel_lpe_audio.c | 1 + 1 file changed, 1 inse