gpu: drm: Fix warning caused by a parameter description in drm_crtc.c
authorMasanari Iida <standby24x7@gmail.com>
Thu, 23 Oct 2014 00:06:28 +0000 (09:06 +0900)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 23 Oct 2014 08:12:18 +0000 (10:12 +0200)
commit5a1cbdb0fb6748a52a33f4ccd5d49486d7479fbb
treef4ec40be43ea2a92ce30ba2427d0d7b5abbb1e96
parente45708976aea3a3c3aa959e3cc2b703fefbd758a
gpu: drm: Fix warning caused by a parameter description in drm_crtc.c

This patch fix following error while "make xmldocs"

Warning(.//drivers/gpu/drm/drm_crtc.c:778): Excess function parameter
 'mode' description in 'drm_connector_get_cmdline_mode'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_crtc.c