]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Update drm_fbdev_cma_init documentation
authorGabriel Krisman Bertazi <krisman@collabora.co.uk>
Wed, 1 Mar 2017 19:01:05 +0000 (16:01 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 1 Mar 2017 22:52:35 +0000 (23:52 +0100)
commit147ba151b53a05f76934f896a23e71ec50a6d706
tree9759395aeb81e84e0a587d134ea83dbff30c8fdc
parentcf383f8e8929cdec50307d62c6a16a56a840d047
drm: Update drm_fbdev_cma_init documentation

Commit be7f735cd5ea ("drm: Rely on mode_config data for fb_helper
initialization") dropped the num_crtc argument.  Update the
documentation to reflect that and prevent the kernel-doc warnings below:

./drivers/gpu/drm/drm_fb_cma_helper.c:557: warning: Excess function parameter 'num_crtc' description in 'drm_fbdev_cma_init'
./drivers/gpu/drm/drm_fb_cma_helper.c:558: warning: Excess function parameter 'num_crtc' description in 'drm_fbdev_cma_init'

Fixes: be7f735cd5ea ("drm: Rely on mode_config data for fb_helper initialization")
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/87o9xkvn2m.fsf@dilma.collabora.co.uk
drivers/gpu/drm/drm_fb_cma_helper.c